Class InputEvent

Generic input event.

class InputEvent ;

Constructors

NameDescription
this (device)

Fields

NameTypeDescription
device const(InputDevice)

Properties

NameTypeDescription
handled[get] boolWhether this InputEvent has been handled.

Methods

NameDescription
stopPropagation () Mark this InputEvent as handled, stopping propagation through the input tree.