struct

Commander::UI::UIEvent

Inherits Struct < Value < Object

Constructors

new(kind : EventKind, key_code : Int32 | Nil = nil, modifiers : UInt32 = 0_u32, x : Float64 | Nil = nil, y : Float64 | Nil = nil, delta_x : Float64 | Nil = nil, delta_y : Float64 | Nil = nil)
Source

Instance methods

delta_x
Source
delta_y
Source
key_code
Source
kind
Source
modifiers
Source