| Name | Summary |
|---|---|
Hover Event triggered when the pointer starts hovering over an entity. | |
Unhover Event triggered when the pointer stops hovering over an entity. | |
Select Event triggered when the pointer initially selects an entity (i.e. click-down). | |
Unselect Event triggered when the pointer stops selecting an entity (i.e. click-up). | |
Move Event triggered every frame while hovering or selecting an entity. | |
Cancel Event triggered when the pointer event is cancelled (e.g. poke too far through a panel). |
| Name | Summary |
|---|---|
id | val id: Int |
name | val name: String |
ordinal | val ordinal: Int |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): PointerEventType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<PointerEventType> Returns an array containing the constants of this enum type, in the order they’re declared. |