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

/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItApp.cpp8 #include "StickItWindow.h"
14 fStickItWindow = new StickItWindow(BRect(50, 50, 500, 500));
H A DStickItApp.h15 StickItWindow *fStickItWindow;
H A DStickItWindow.h17 class StickItWindow : public BWindow { class in inherits:BWindow
19 StickItWindow(BRect rect);
H A DStickItWindow.cpp29 #include "StickItWindow.h"
31 StickItWindow::StickItWindow(BRect frame) function in class:StickItWindow
82 StickItWindow::QuitRequested(void) {
89 StickItWindow::MessageReceived(BMessage *message)
138 StickItWindow::AddToList(BListView *bl, const char * str)
149 StickItWindow::PickJoystick(BJoystick *stick)

Completed in 36 milliseconds