Searched refs:fUpdateSettings (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h66 volatile bool fUpdateSettings; member in class:KeyboardDevice
H A DKeyboardInputDevice.cpp136 fUpdateSettings(false),
247 fUpdateSettings = true;
312 if (fUpdateSettings) {
314 fUpdateSettings = false;
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp131 volatile bool fUpdateSettings; member in class:TabletDevice
152 fUpdateSettings(false)
240 fUpdateSettings = true;
313 if (fUpdateSettings) {
314 fUpdateSettings = false;
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp148 volatile bool fUpdateSettings; member in class:MouseDevice
175 fUpdateSettings(false),
272 fUpdateSettings = true;
289 fUpdateSettings = true;
456 if (fUpdateSettings) {
457 fUpdateSettings = false;

Completed in 52 milliseconds