Enum KeyMask
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
Enumeration for the key masks. The key masks indicate which modifier keys are pressed down during the keyboard hit. The special MASK_RELEASED indicates the key release event.
public enum KeyMask
Fields
Name | Description |
---|---|
Alt | The Alt key is pressed down. |
CapsLock | The CapsLock key is pressed down. |
Control | The Control key is pressed down. |
Hyper | The Hyper key is pressed down. |
Meta | The Meta key is pressed down. |
NumLock | The NumLock key is pressed down. |
Pressed | Key press event without the modifier key. |
Released | Key release event. |
Shift | The Shift key is pressed down. |
Win | The Win key (between Control and Alt) is pressed down. |