Searched refs:stick (Results 1 - 13 of 13) sorted by path

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex556 Code that writes resources should strictly stick to the specification
/haiku/headers/os/interface/
H A DScreen.h57 bool stick = true);
59 uint32 workspace, bool stick = true);
/haiku/headers/private/device/
H A DJoystickTweaker.h39 _BJoystickTweaker(BJoystick &stick);
/haiku/src/kits/device/
H A DJoystickTweaker.cpp58 _BJoystickTweaker::_BJoystickTweaker(BJoystick &stick) argument
65 fJoystick = &stick;
/haiku/src/kits/interface/
H A DScreen.cpp190 BScreen::SetDesktopColor(rgb_color color, bool stick) argument
193 fScreen->SetDesktopColor(color, B_CURRENT_WORKSPACE_INDEX, stick);
198 BScreen::SetDesktopColor(rgb_color color, uint32 workspace, bool stick) argument
201 fScreen->SetDesktopColor(color, workspace, stick);
H A DInterfaceDefs.cpp460 set_screen_space(int32 index, uint32 space, bool stick) argument
482 return screen.SetMode(index, &mode, stick);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp550 BJoystick *stick = new BJoystick(); local
551 return stick->Open(name);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp27 JoystickWindow::JoystickWindow(const char *deviceName, BJoystick *stick, argument
32 fView = new JoystickView(Bounds(), stick);
47 JoystickView::JoystickView(BRect frame, BJoystick *stick) argument
49 fStick(stick)
59 rect = _BuildButtons(stick);
62 rect = _BuildHats(stick, rect);
63 _BuildAxes(stick, rect);
180 JoystickView::_BuildButtons(BJoystick *stick) argument
183 int32 numButtons = stick->CountButtons();
186 stick
194 _BuildHats(BJoystick *stick, BRect rect) argument
222 _BuildAxes(BJoystick *stick, BRect rect) argument
[all...]
H A DJoystickWindow.h15 JoystickView(BRect bounds, BJoystick *stick);
21 BRect _BuildButtons(BJoystick *stick);
22 BRect _BuildHats(BJoystick *stick, BRect rect);
23 void _BuildAxes(BJoystick *stick, BRect rect);
34 BJoystick *stick, BRect rect);
H A DStickItWindow.cpp126 AddToList(fListView1, "Can't use that stick. Try again.");
147 // use. This will configure the "stick" object for that controller.
149 StickItWindow::PickJoystick(BJoystick *stick) argument
151 int32 numDevices = stick->CountDevices();
162 err = stick->GetDeviceName(i, devName);
167 err = stick->Open(devName);
169 int32 count = stick->CountSticks();
174 count = stick->CountAxes();
179 count = stick->CountButtons();
184 count = stick
[all...]
H A DStickItWindow.h20 void PickJoystick(BJoystick *stick);
/haiku/src/apps/magnify/
H A DMagnify.cpp446 bool stick; local
447 result = m->FindBool("data", &stick);
449 fFatBits->MakeSticked(stick);
/haiku/src/tests/
H A Dqemu-boot-test106 $EMULATOR -drive if=none,id=stick,file=$TEST_FILE,format=raw -device qemu-xhci,id=xhci -device usb-storage,bus=xhci.0,drive=stick

Completed in 116 milliseconds