Class InputEvent
Generic input event.
class InputEvent
;
Constructors
| Name | Description |
|---|---|
this
(device)
|
Fields
| Name | Type | Description |
|---|---|---|
device
|
const(InputDevice) |
Properties
| Name | Type | Description |
|---|---|---|
handled[get]
|
bool | Whether this InputEvent has been handled.
|
Methods
| Name | Description |
|---|---|
stopPropagation
()
|
Mark this InputEvent as handled, stopping propagation through the input tree.
|