modifierNone constant

int const modifierNone

The modifiers field indicates that no modifier keys are pressed if it equals this value.

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 modifierNone = 0x0;