Class: TuiTui::MouseEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/tui_tui/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



8
9
10
# File 'lib/tui_tui/event.rb', line 8

def action
  @action
end

#buttonObject (readonly)

Returns the value of attribute button

Returns:

  • (Object)

    the current value of button



8
9
10
# File 'lib/tui_tui/event.rb', line 8

def button
  @button
end

#colObject (readonly)

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



8
9
10
# File 'lib/tui_tui/event.rb', line 8

def col
  @col
end

#rowObject (readonly)

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



8
9
10
# File 'lib/tui_tui/event.rb', line 8

def row
  @row
end