Home
last modified time | relevance | path

Searched refs:CountButtons (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/jd-beos/
H A Djoystick.cpp117 unsigned int nr_buttons = this->CountButtons (); in read()
248 return joysticks[nr]->CountAxes () + joysticks[nr]->CountButtons (); in get_joystick_widget_num()
254 unsigned int nr_buttons = joysticks[nr]->CountButtons (); in get_joystick_widget_type()
/dports/devel/sdl12/SDL-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc123 joystick->nbuttons = stick->CountButtons(); in SDL_SYS_JoystickOpen()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/haiku/
H A DSDL_haikujoystick.cc138 joystick->nbuttons = stick->CountButtons(); in SDL_SYS_JoystickOpen()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/haiku/
H A DSDL_haikujoystick.cc138 joystick->nbuttons = stick->CountButtons(); in SDL_SYS_JoystickOpen()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/haiku/
H A DSDL_haikujoystick.cc138 joystick->nbuttons = stick->CountButtons(); in SDL_SYS_JoystickOpen()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/haiku/
H A DSDL_haikujoystick.cc138 joystick->nbuttons = stick->CountButtons(); in SDL_SYS_JoystickOpen()
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/haiku/
H A DSDL_haikujoystick.cc149 joystick->nbuttons = stick->CountButtons(); in HAIKU_JoystickOpen()
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/haiku/
H A DSDL_haikujoystick.cc149 joystick->nbuttons = stick->CountButtons(); in HAIKU_JoystickOpen()
/dports/x11/controllermap/SDL2-2.0.18/src/video/haiku/
H A DSDL_bmessagebox.cc184 int32 countButtons = CountButtons(); in SetButtonColors()
/dports/devel/sdl20/SDL2-2.0.18/src/video/haiku/
H A DSDL_bmessagebox.cc184 int32 countButtons = CountButtons(); in SetButtonColors()
/dports/devel/allegro/allegro-4.4.3.1/src/beos/
H A Dbjoyapi.cpp84 num_buttons = be_joy->CountButtons(); in be_joy_init()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/
H A Ddockart.py587 btns = pane.CountButtons()
1008 btns = pane.CountButtons()
H A Dframemanager.py1838 def CountButtons(self): member in AuiPaneInfo
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaiku_support.cc2295 return al->ButtonAt (al->CountButtons () - 1); in BAlert_add_button()