struct GPM::Event
- GPM::Event
- Struct
- Value
- Object
Defined in:
gpm.crConstructors
Instance Method Summary
- #buttons : Buttons
- #clicks : Int32
- #clone
- #copy_with(buttons _buttons = @buttons, modifiers _modifiers = @modifiers, vc _vc = @vc, dx _dx = @dx, dy _dy = @dy, x _x = @x, y _y = @y, types _types = @types, clicks _clicks = @clicks, margins _margins = @margins, wdx _wdx = @wdx, wdy _wdy = @wdy)
- #dx : Int16
- #dy : Int16
- #margins : Margins
- #modifiers : Modifiers
- #types : Types
- #vc : UInt16
- #wdx : Int16
- #wdy : Int16
- #x : Int16
- #y : Int16
Constructor Detail
def self.new(buttons : Buttons, modifiers : Modifiers, vc : UInt16, dx : Int16, dy : Int16, x : Int16, y : Int16, types : Types, clicks : Int32, margins : Margins, wdx : Int16, wdy : Int16)
#
Instance Method Detail
def copy_with(buttons _buttons = @buttons, modifiers _modifiers = @modifiers, vc _vc = @vc, dx _dx = @dx, dy _dy = @dy, x _x = @x, y _y = @y, types _types = @types, clicks _clicks = @clicks, margins _margins = @margins, wdx _wdx = @wdx, wdy _wdy = @wdy)
#