modifierNumericPad constant

int const modifierNumericPad

This mask is used to check the modifiers field to test whether any key in the numeric keypad is pressed.

Use this value if you need to decode the modifiers field yourself, but it's much easier to use isModifierPressed if you just want to know if a modifier is pressed.

Implementation

static const int modifierNumericPad = 0x200000;