TouchPad Events |
The TouchPad type exposes the following members.
Name | Description | |
---|---|---|
![]() | InteractionStateChangedToDisabled |
Event sent when interaction state changes to Disabled.
(Inherited from TouchInteractable.) |
![]() | InteractionStateChangedToHighlighted |
Event sent when interaction state changes to Highlighted.
(Inherited from TouchInteractable.) |
![]() | InteractionStateChangedToNormal |
Event sent when interaction state changes to Normal.
(Inherited from TouchInteractable.) |
![]() | InteractionStateChangedToPressed |
Event sent when interaction state changes to Pressed.
(Inherited from TouchInteractable.) |
![]() | InteractionStateSetEvent |
Event sent when the Interaction State changes.
(Inherited from TouchInteractable.) |
![]() | PressDownEvent |
Event sent when the touch pad is initally pressed. This event is for the Press button simulation which must be enabled by setting Press Allowed to True.
This event will only be sent if allowPress is True.
|
![]() | PressUpEvent |
Event sent when the touch pad is released after a press. This event is for the Press button simulation which must be enabled by setting Press Allowed to True.
This event will only be sent if allowPress is True.
|
![]() | TapEvent |
Event sent when the touch pad is tapped.
This event will only be sent if allowTap is True.
|
![]() | ValueChangedEvent |
Event sent when the value changes.
|
![]() | VisibilityChangedEvent |
Event sent when visibility changes.
(Inherited from TouchInteractable.) |