Searched refs:B_MAX_MOUSE_BUTTONS (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DMouseProtocolHandler.h18 #ifndef B_MAX_MOUSE_BUTTONS
19 # define B_MAX_MOUSE_BUTTONS 8 macro
45 HIDReportItem * fButtons[B_MAX_MOUSE_BUTTONS];
H A DTabletProtocolHandler.h20 #ifndef B_MAX_MOUSE_BUTTONS
21 # define B_MAX_MOUSE_BUTTONS 8 macro
49 HIDReportItem * fButtons[B_MAX_MOUSE_BUTTONS];
H A DTabletProtocolHandler.cpp59 && item->UsageID() - 1 < B_MAX_MOUSE_BUTTONS) {
273 for (uint32 i = 0; i < B_MAX_MOUSE_BUTTONS; i++) {
H A DMouseProtocolHandler.cpp49 && item->UsageID() - 1 < B_MAX_MOUSE_BUTTONS) {
226 for (uint32 i = 0; i < B_MAX_MOUSE_BUTTONS; i++) {
/haiku/headers/os/interface/
H A DInterfaceDefs.h33 #define B_MAX_MOUSE_BUTTONS 16 macro
163 uint32 button[B_MAX_MOUSE_BUTTONS];
/haiku/src/servers/input/
H A DMouseSettings.cpp174 for (int i = 0; i < B_MAX_MOUSE_BUTTONS; i++)
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp187 for (int i = 0; i < B_MAX_MOUSE_BUTTONS; i++)

Completed in 51 milliseconds