Enumeration
GdkModifierType
Description [src]
Flags to indicate the state of modifier keys and mouse buttons in events.
Typical modifier keys are Shift, Control, Meta, Super, Hyper, Alt, Compose, Apple, CapsLock or ShiftLock.
Note that GDK may add internal values to events which include values outside
of this enumeration. Your code should preserve and ignore them. You can use
GDK_MODIFIER_MASK
to remove all private values.
Members
-
GDK_NO_MODIFIER_MASK
-
No modifier.
- Value:
0
- Available since: 4.14
- Value:
-
GDK_SHIFT_MASK
-
The Shift key.
- Value:
1
- Available since: 4.0
- Value:
-
GDK_LOCK_MASK
-
A Lock key (depending on the Windowing System configuration, this may either be CapsLock or ShiftLock).
- Value:
2
- Available since: 4.0
- Value:
-
GDK_CONTROL_MASK
-
The Control key.
- Value:
4
- Available since: 4.0
- Value:
-
GDK_ALT_MASK
-
The fourth modifier key (it depends on the Windowing System configuration which key is interpreted as this modifier, but normally it is the Alt key).
- Value:
8
- Available since: 4.0
- Value:
-
GDK_BUTTON1_MASK
-
The first mouse button.
- Value:
256
- Available since: 4.0
- Value:
-
GDK_BUTTON2_MASK
-
The second mouse button.
- Value:
512
- Available since: 4.0
- Value:
-
GDK_BUTTON3_MASK
-
The third mouse button.
- Value:
1024
- Available since: 4.0
- Value:
-
GDK_BUTTON4_MASK
-
The fourth mouse button.
- Value:
2048
- Available since: 4.0
- Value:
-
GDK_BUTTON5_MASK
-
The fifth mouse button.
- Value:
4096
- Available since: 4.0
- Value:
-
GDK_SUPER_MASK
-
The Super modifier.
- Value:
67108864
- Available since: 4.0
- Value:
-
GDK_HYPER_MASK
-
The Hyper modifier.
- Value:
134217728
- Available since: 4.0
- Value:
-
GDK_META_MASK
-
The Meta modifier. Maps to Command on macOS.
- Value:
268435456
- Available since: 4.0
- Value: