struct

Ori::Mouse

Inherits Struct < Value < Object

Constructors

new(x : Int32 = 0, y : Int32 = 0, button : Button = Button::None, action : Action = Action::Press, ctrl : Bool = false, alt : Bool = false, shift : Bool = false)
Source

Instance methods

action
Source
button
Source
ctrl
Source
in?(rect : Ori::Rect) : Bool
Source
left?
Source
middle?
Source
motion?
Source
press?
Source
release?
Source
right?
Source
shift
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
wheel?
Source

Nested types