Class InputHandlerAbstract

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.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Dispose the input handler.

    Destroy all events used to capture input.

    Returns void

  • Initialize the input handler.

    Must be called before accessing the data from the handler.

    Returns void