interface
                TouchHitEvent
Event generated while touching a hit region
Properties
- altKey
- Indicates whether the alt/option key was pressed. - Type:
- 
                    boolean
 
- ctrlKey
- Indicates whether the ctrl key was pressed. - Type:
- 
                    boolean
 
- metaKey
- Indicates whether the meta key was pressed. - Type:
- 
                    boolean
 
- shiftKey
- Indicates whether the shift key was pressed. - Type:
- 
                    boolean
 
- touches
- Contact points on a touch surface. - Type:
- 
                    TouchHit[]