Searched refs:JoystickView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.h13 class JoystickView : public BView { class in inherits:BView
15 JoystickView(BRect bounds, BJoystick *stick);
16 virtual ~JoystickView();
38 JoystickView *fView;
H A DJoystickWindow.cpp32 fView = new JoystickView(Bounds(), stick);
47 JoystickView::JoystickView(BRect frame, BJoystick *stick) function in class:JoystickView
67 JoystickView::~JoystickView() {
73 JoystickView::Pulse(void) {
81 JoystickView::Draw(BRect updateRect)
180 JoystickView::_BuildButtons(BJoystick *stick)
194 JoystickView::_BuildHats(BJoystick *stick, BRect rect)
207 JoystickView
[all...]

Completed in 24 milliseconds