Home
last modified time | relevance | path

Searched refs:CountHats (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/device/
H A DJoystick.h60 int32 CountHats();
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp84 int32 numHats = fStick->CountHats(); in Draw()
197 int32 numHats = stick->CountHats(); in _BuildHats()
H A DStickItWindow.cpp184 count = stick->CountHats(); in PickJoystick()
H A Darticle.txt86 …s for the hats, which are displayed in the same column as the buttons. CountHats() is called to g…
99 numHats = stick->CountHats();
/haiku/src/kits/device/
H A DJoystick.cpp412 BJoystick::CountHats() in CountHats() function in BJoystick
450 if (index >= CountHats()) in GetHatNameAt()