InputEventMessage

This struct is message-passed to the InputManager thread, where it is then handled in it's corresponding hook.

package
struct InputEventMessage {}

Members

Variables

data
InputData data;

The input data

type
size_t type;

The type of InputEvent

Meta