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

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h62 uint32 fCommandKey; member in class:KeyboardDevice
H A DKeyboardInputDevice.cpp351 && (states[fCommandKey >> 3] & (1 << (7 - (fCommandKey & 0x7))))
557 fCommandKey = fKeymap.KeyForModifier(B_LEFT_COMMAND_KEY);

Completed in 46 milliseconds