Abstract
Input handler is used to capture input data from a specific type of devide.
Is used as base for mouse, keyboard, touch and gamepad input.
Dispose the input handler.
Destroy all events used to capture input.
Initialize the input handler.
Must be called before accessing the data from the handler.
Input handler is used to capture input data from a specific type of devide.
Is used as base for mouse, keyboard, touch and gamepad input.