Module: Carbuncle::Mouse

Defined in:
gems/carbuncle-input/mrblib/mouse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionCarbuncle::Point

The position for the mouse.

Returns:



# File 'gems/carbuncle-input/mrblib/mouse.rb', line 12

#wheelInteger (readonly)

The movement for the mouse wheel.

Returns:



# File 'gems/carbuncle-input/mrblib/mouse.rb', line 12

#wheel_moveInteger (readonly)

The movement for the mouse wheel.

Returns:



# File 'gems/carbuncle-input/mrblib/mouse.rb', line 12

#xInteger

The x coordinate for the mouse.

Returns:



# File 'gems/carbuncle-input/mrblib/mouse.rb', line 12

#yInteger

The y coordinate for the mouse.

Returns:



# File 'gems/carbuncle-input/mrblib/mouse.rb', line 12