Structs§
- Data of a Touch event.
Enums§
- Describes the force of a touch event
- Describes touch-screen input state.
Functions§
- Thetouchcancelevent fires when the user cancels the touching, this is usually caused by the hardware or the OS. Also seeontouchend.
- Thetouchendevent fires when the user stops touching an element.
- Thetouchmoveevent fires when the user is touching over an element.
- Thetouchstartevent fires when the user starts touching an element.