InputEvent.get

Gets the specific event instance. First, check the type (such as in a switch statement), then extract the correct one from here. Note that the template argument is a value type of the enum above, not a type argument. So to use it, do event.get!(InputEvent.Type.KeyboardEvent), for example.

struct InputEvent
@property
get
(
Type T
)
()

See Also

Suggestion Box / Bug Report