Class: Tuile::Mouse::UpEvent
- Inherits:
-
Data
- Object
- Data
- Tuile::Mouse::UpEvent
- Includes:
- Event
- Defined in:
- lib/tuile/mouse.rb,
sig/tuile.rbs
Overview
A button came up. Deliberately no button: an up reaches only the
component that claimed the press, and that grab already knows which button
it holds (D_mouse_dispatch).
Instance Attribute Summary collapse
-
#x ⇒ Integer
readonly
@return — 0-based column.
-
#y ⇒ Integer
readonly
@return — 0-based row.
Instance Method Summary collapse
-
#point ⇒ Point
@return — the event's position.
Instance Attribute Details
Instance Method Details
#point ⇒ Point
@return — the event's position.
563 |
# File 'sig/tuile.rbs', line 563
def point: () -> Point
|