module Processing::Core::Input::Mouse
Direct including types
Defined in:
processing/core/input/mouse.crInstance Method Summary
-
#mouse_button : MouseButton | Nil
The mouse button that was pressed.
-
#mouse_clicked
Placeholder event handler method for when the mouse is clicked.
-
#mouse_dragged
Placeholder event handler method for when the mouse is clicked and dragged.
-
#mouse_moved
Placeholder event handler method for when the mouse is moved.
-
#mouse_pressed
Placeholder event handler method for when a mouse button is pressed.
-
#mouse_released
Placeholder event handler method for when a mouse button is released.
-
#mouse_wheel(event)
Placeholder event handler method for when a mouse wheel is rotated.
-
#mouse_x : Int32
The current X coordinate of the mouse cursor
-
#mouse_y : Int32
The current Y coordinate of the mouse cursor
-
#pmouse_x : Int32 | Nil
The X coordinate that a mouse button was pressed at.
-
#pmouse_y : Int32 | Nil
The Y coordinate that a mouse button was pressed at.