enum Gdk::AxisFlags

Defined in:

lib/gi-crystal/src/auto/gdk-4.0/gdk.cr

Enum 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

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def delta_x? #

def delta_y? #

def distance? #

def none? #

def pressure? #

def rotation? #

def slider? #

def wheel? #

def x? #

def xtilt? #

def y? #

def ytilt? #