Searched refs:fButtonCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DJoystickProtocolHandler.cpp34 fButtonCount(0),
56 ++fButtonCount * sizeof(HIDReportItem *));
58 fButtonCount--;
63 fButtons[fButtonCount - 1] = item;
115 fButtonCount, fAxisCount, fHatCount);
399 for (uint32 i = 0; i < fButtonCount; i++) {
H A DJoystickProtocolHandler.h51 uint32 fButtonCount; member in class:JoystickProtocolHandler
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp73 int32 fButtonCount; member in class:AlertTestInfo
92 fButtonCount = 0;
110 if (btn < 0 || btn > 2 || btn > fButtonCount) {
115 if (btn == fButtonCount && fButtonCount < 3)
116 fButtonCount++;
176 if (i >= fButtonCount) {
194 if (i == fButtonCount - 1) {

Completed in 81 milliseconds