Structs§
- Data of a Touch event.
Enums§
Functions§
- The
touchcancelevent fires when the user cancels the touching, this is usually caused by the hardware or the OS. Also seeontouchend. - The
touchendevent fires when the user stops touching an element. - The
touchmoveevent fires when the user is touching over an element. - The
touchstartevent fires when the user starts touching an element.