Home
last modified time | relevance | path

Searched refs:fSwitches (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.cpp66 fSwitches[switchCount++] = item; in TabletProtocolHandler()
71 fSwitches[switchCount] = NULL; in TabletProtocolHandler()
284 HIDReportItem *dswitch = fSwitches[i]; in _ReadReport()
H A DTabletProtocolHandler.h50 HIDReportItem * fSwitches[B_MAX_DIGITIZER_SWITCHES]; variable