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