Class: Ruby2D::Window::ControllerEvent
- Inherits:
-
Struct
- Object
- Struct
- Ruby2D::Window::ControllerEvent
- Defined in:
- lib/ruby2d/window.rb
Instance Attribute Summary collapse
-
#axis ⇒ Object
Returns the value of attribute axis.
-
#button ⇒ Object
Returns the value of attribute button.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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
16 17 18 |
# File 'lib/ruby2d/window.rb', line 16 def axis @axis end |
#button ⇒ Object
Returns the value of attribute button
16 17 18 |
# File 'lib/ruby2d/window.rb', line 16 def @button end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/ruby2d/window.rb', line 16 def type @type end |
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/ruby2d/window.rb', line 16 def value @value end |
#which ⇒ Object
Returns the value of attribute which
16 17 18 |
# File 'lib/ruby2d/window.rb', line 16 def which @which end |