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

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h63 uint32 fControlKey; member in class:KeyboardDevice
H A DKeyboardInputDevice.cpp352 && (states[fControlKey >> 3] & (1 << (7 - (fControlKey & 0x7))))) {
556 fControlKey = fKeymap.KeyForModifier(B_LEFT_CONTROL_KEY);

Completed in 42 milliseconds