enum Gdk::ModifierType
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crbindings/gdk/modifier_type.cr
Enum Members
-
ShiftMask =
1_u32
-
LockMask =
2_u32
-
ControlMask =
4_u32
-
AltMask =
8_u32
-
Button1Mask =
256_u32
-
Button2Mask =
512_u32
-
Button3Mask =
1024_u32
-
Button4Mask =
2048_u32
-
Button5Mask =
4096_u32
-
SuperMask =
67108864_u32
-
HyperMask =
134217728_u32
-
MetaMask =
268435456_u32
-
None =
0_u32
-
All =
469769999_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #alt_mask?
- #button1_mask?
- #button2_mask?
- #button3_mask?
- #button4_mask?
- #button5_mask?
- #control_mask?
- #hyper_mask?
- #lock_mask?
- #meta_mask?
- #none?
- #shift_mask?
- #super_mask?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.