Created stub for Type:TouchEventType [Automated] |
add info |
||
Line 1: | Line 1: | ||
Touch Event Type allows for specifying what kind of [[Type:TouchEvent]] a component or responder is referring to. | |||
{{Table EnumValues | {{Table EnumValues | ||
|Hover|0| | |Hover|0| The user is pointing their laser at a button but not clicking it. | ||
|Touch|1| | |Touch|1| The user is touching a button with a [[Component:TipTouchSource]] physically or clicked it via laser if either is allowed. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] |
Latest revision as of 17:46, 5 February 2025
Touch Event Type allows for specifying what kind of Type:TouchEvent a component or responder is referring to.
Name | Value | Description |
---|---|---|
Hover
|
0 | The user is pointing their laser at a button but not clicking it. |
Touch
|
1 | The user is touching a button with a Component:TipTouchSource physically or clicked it via laser if either is allowed. |