Searched refs:JoystickWindow (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.h3 // File: JoystickWindow.h
31 class JoystickWindow : public BWindow { class in inherits:BWindow
33 JoystickWindow(const char *deviceName,
H A DStickItWindow.h11 class JoystickWindow;
H A DJoystickWindow.cpp3 // File: JoystickWindow.cpp
18 #include "JoystickWindow.h"
27 JoystickWindow::JoystickWindow(const char *deviceName, BJoystick *stick, function in class:JoystickWindow
42 JoystickWindow::QuitRequested(void) {
H A DStickItWindow.cpp24 #include "JoystickWindow.h"
117 JoystickWindow *window = new(std::nothrow)
118 JoystickWindow(devName, joystick,

Completed in 80 milliseconds