| Member Name | Description |
|---|---|
| AltLeftOn |
This mask is used to check whether the left ALT meta key is pressed. |
| AltMask | This mask is a combination of MetaKeyStates.AltOn, MetaKeyStates.AltLeftOn and MetaKeyStates.AltRightOn. |
| AltOn |
This mask is used to check whether one of the ALT meta keys is pressed. |
| AltRightOn |
This mask is used to check whether the right the ALT meta key is pressed. |
| CapsLockOn |
This mask is used to check whether the CAPS LOCK meta key is on. |
| CtrlLeftOn |
This mask is used to check whether the left CTRL meta key is pressed. |
| CtrlMask | This mask is a combination of MetaKeyStates.CtrlOn, MetaKeyStates.CtrlLeftOn and MetaKeyStates.CtrlRightOn. |
| CtrlOn |
This mask is used to check whether one of the CTRL meta keys is pressed. |
| CtrlRightOn |
This mask is used to check whether the right CTRL meta key is pressed. |
| FunctionOn |
This mask is used to check whether the FUNCTION meta key is pressed. |
| MetaLeftOn |
This mask is used to check whether the left META meta key is pressed. |
| MetaMask | This mask is a combination of MetaKeyStates.MetaOn, MetaKeyStates.MetaLeftOn and MetaKeyStates.MetaRightOn. |
| MetaOn |
This mask is used to check whether one of the META meta keys is pressed. |
| MetaRightOn |
This mask is used to check whether the right META meta key is pressed. |
| NumLockOn |
This mask is used to check whether the NUM LOCK meta key is on. |
| ScrollLockOn |
This mask is used to check whether the SCROLL LOCK meta key is on. |
| ShiftLeftOn |
This mask is used to check whether the left SHIFT meta key is pressed. |
| ShiftMask | This mask is a combination of MetaKeyStates.ShiftOn, MetaKeyStates.ShiftLeftOn and MetaKeyStates.ShiftRightOn. |
| ShiftOn |
This mask is used to check whether one of the SHIFT meta keys is pressed. |
| ShiftRightOn |
This mask is used to check whether the right SHIFT meta key is pressed. |
| SymOn |
This mask is used to check whether the SYM meta key is pressed. |