Searched defs:KF_NS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp243 #define KF_NS 0x40 /* NumPad '/' key. */ macro
352 /* 54 */ {0x35, 0x4A, 0x77, KF_NS, T_M }, /* Key 95: Keypad / (Note 1) */
860 else if (pKeyDef->keyFlags & (KF_GK | KF_NS))
867 if (!pThis->fNumLockOn || (pKeyDef->keyFlags & KF_NS))
878 Assert(pThis->fNumLockOn); /* Not for KF_NS! */
895 if (pKeyDef->keyFlags & (KF_E0 | KF_GK | KF_NS))
921 if (pKeyDef->keyFlags & (KF_E0 | KF_GK | KF_NS))
932 if (pKeyDef->keyFlags & (KF_GK | KF_NS))
934 if (!pThis->fNumLockOn || (pKeyDef->keyFlags & KF_NS))
945 Assert(pThis->fNumLockOn); /* Not for KF_NS! */
[all...]

Completed in 34 milliseconds