ITouchHandler
Interface to handle touch events on the trackpad.
Method | Description |
---|---|
OnTouchStart | Called when touch started |
OnTouchStop | Called when touch stopped |
OnTouchUpdated | Called when touch position updated |
TouchEventData
Datatype | Variable | Description |
---|---|---|
EventSystems.BaseInputModule | currentInputModule | Get the currently active Input Module |
GameObject | selectedObject | Get the currently selected object |
Vector2 | TouchVector | Get Touch Position |