Control - TouchStart Event
Fired when the user first makes physical contact with the screen
Member of Control (PRIM_CTRL)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Origin | *Input | PRIM_CTRL | Reference to the control on which the event was initially fired |
| TouchMove | *Both | Boolean | Set to False to prevent moving |
| TouchRotate | *Both | Boolean | Set to False to prevent a rotation |
| TouchScale | *Both | Boolean | Set to False to prevent scaling |
| TouchSize | *Both | Boolean | Set to False to prevent sizing |
The TouchStart event is fired when the user first makes physical contact with the screen.
Febuary 18 V14SP2