PointClickEngine::Core::IInputManager
Interface for input handling operations
Instance methods
add_input_handler(handler : Proc(Float32, Bool), priority : Int32, enabled : Bool = true)
Sourceblock_input(frames : Int32, source : String = "unknown")
Sourceinput_blocked?
Sourcekeyboard_consumed?
Sourcemouse_consumed?
Sourceprocess_input(dt : Float32)
Sourceremove_input_handler(handler : Proc(Float32, Bool)) : Bool
Sourceunblock_input
Source