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



17
18
19
# File 'lib/ruby2d/window.rb', line 17

def axis
  @axis
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



17
18
19
# File 'lib/ruby2d/window.rb', line 17

def value
  @value
end

#whichObject

Returns the value of attribute which

Returns:

  • (Object)

    the current value of which



17
18
19
# File 'lib/ruby2d/window.rb', line 17

def which
  @which
end