class

PointClickEngine::Core::InputState

Inherits Reference < Object

Manages input state to prevent multiple systems from processing the same input

Class methods

consume_mouse_click

Check if mouse input is available and consume it

Source
mouse_consumed?

Check if mouse was already consumed this frame

Source
mouse_pressed?

Just check if mouse is pressed without consuming

Source
reset

Reset input state at the start of each frame

Source