enum Gdk::AxisFlags
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crEnum Members
-
X =
2_u32
-
Y =
4_u32
-
DeltaX =
8_u32
-
DeltaY =
16_u32
-
Pressure =
32_u32
-
Xtilt =
64_u32
-
Ytilt =
128_u32
-
Wheel =
256_u32
-
Distance =
512_u32
-
Rotation =
1024_u32
-
Slider =
2048_u32
-
None =
0_u32
-
All =
4094_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #delta_x?
- #delta_y?
- #distance?
- #none?
- #pressure?
- #rotation?
- #slider?
- #wheel?
- #x?
- #xtilt?
- #y?
- #ytilt?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.