Class: Ruby2D::Window::ControllerAxisEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby2d/window.rb

Instance Attribute Summary collapse

Instance Attribute Details

#axisObject

Returns the value of attribute axis

Returns:

  • (Object)

    the current value of axis



14
15
16
# File 'lib/ruby2d/window.rb', line 14

def axis
  @axis
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/ruby2d/window.rb', line 14

def value
  @value
end

#whichObject

Returns the value of attribute which

Returns:

  • (Object)

    the current value of which



14
15
16
# File 'lib/ruby2d/window.rb', line 14

def which
  @which
end