Class: TuiTui::MouseEvent
- Inherits:
-
Data
- Object
- Data
- TuiTui::MouseEvent
- Defined in:
- lib/tui_tui/event.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#button ⇒ Object
readonly
Returns the value of attribute button.
-
#col ⇒ Object
readonly
Returns the value of attribute col.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
8 9 10 |
# File 'lib/tui_tui/event.rb', line 8 def action @action end |
#button ⇒ Object (readonly)
Returns the value of attribute button
8 9 10 |
# File 'lib/tui_tui/event.rb', line 8 def @button end |
#col ⇒ Object (readonly)
Returns the value of attribute col
8 9 10 |
# File 'lib/tui_tui/event.rb', line 8 def col @col end |
#row ⇒ Object (readonly)
Returns the value of attribute row
8 9 10 |
# File 'lib/tui_tui/event.rb', line 8 def row @row end |