module

Processing::Core::Input::Mouse

Instance methods

mouse_button

The mouse button that was pressed.

Source
mouse_clicked

Placeholder event handler method for when the mouse is clicked.

Source
mouse_dragged

Placeholder event handler method for when the mouse is clicked and dragged.

Source
mouse_moved

Placeholder event handler method for when the mouse is moved.

Source
mouse_pressed

Placeholder event handler method for when a mouse button is pressed.

Source
mouse_released

Placeholder event handler method for when a mouse button is released.

Source
mouse_wheel(event)

Placeholder event handler method for when a mouse wheel is rotated.

Source
mouse_x

The current X coordinate of the mouse cursor

Source
mouse_y

The current Y coordinate of the mouse cursor

Source
pmouse_x

The X coordinate that a mouse button was pressed at.

Source
pmouse_y

The Y coordinate that a mouse button was pressed at.

Source

Nested types