modifierLeftAlt constant

int const modifierLeftAlt

This mask is used to check the metaState field to test whether the left ALT modifier key is pressed.

Use this value if you need to decode the metaState 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 modifierLeftAlt = 0x10;