Class: Ruby2D::Window::ControllerButtonEvent
- Inherits:
-
Struct
- Object
- Struct
- Ruby2D::Window::ControllerButtonEvent
- Defined in:
- lib/ruby2d/window.rb
Instance Attribute Summary collapse
-
#button ⇒ Object
Returns the value of attribute button.
-
#which ⇒ Object
Returns the value of attribute which.
Instance Attribute Details
#button ⇒ Object
Returns the value of attribute button
18 19 20 |
# File 'lib/ruby2d/window.rb', line 18 def @button end |
#which ⇒ Object
Returns the value of attribute which
18 19 20 |
# File 'lib/ruby2d/window.rb', line 18 def which @which end |