Searched refs:fInputDeviceList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/input/
H A DInputServer.cpp1196 for (int32 i = fInputDeviceList.CountItems() - 1; i >= 0; i--) {
1197 InputDeviceListItem* item = (InputDeviceListItem*)fInputDeviceList.ItemAt(i);
1219 for (int32 i = fInputDeviceList.CountItems() - 1; i >= 0; i--) {
1220 InputDeviceListItem* item = (InputDeviceListItem*)fInputDeviceList.ItemAt(i);
1239 for (int32 j = fInputDeviceList.CountItems() - 1; j >= 0; j--) {
1240 InputDeviceListItem* item = (InputDeviceListItem*)fInputDeviceList.ItemAt(j);
1244 if (fInputDeviceList.RemoveItem(j)) {
1258 for (int32 i = fInputDeviceList.CountItems() - 1; i >= 0; i--) {
1259 InputDeviceListItem* item = (InputDeviceListItem*)fInputDeviceList.ItemAt(i);
1263 if (fInputDeviceList
[all...]
H A DInputServer.h212 BList fInputDeviceList; member in class:InputServer

Completed in 42 milliseconds