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

/haiku/src/preferences/joysticks/
H A DJoysticks.h15 class JoyWin;
29 JoyWin* fJoywin;
H A DJoyWin.cpp11 #include "JoyWin.h"
56 JoyWin::JoyWin(BRect frame, const char *title) function in class:JoyWin
127 JoyWin::~JoyWin()
135 JoyWin::MessageReceived(BMessage *message)
270 JoyWin::QuitRequested()
279 JoyWin::_AddToList(BListView *list, uint32 command, const char* rootPath,
308 JoyWin::_Calibrate()
320 JoyWin
[all...]
H A DJoyWin.h25 class JoyWin : public BWindow { class in inherits:BWindow
27 JoyWin(BRect frame,const char *title);
28 virtual ~JoyWin();
H A DJoysticks.cpp12 #include "JoyWin.h"
53 fJoywin = new JoyWin(BRect(100, 100, 500, 400), "Joysticks");

Completed in 33 milliseconds