Articles tagged: TouchEvent
Found 13 documents
- Web/API/GlobalEventHandlers/ontouchend A global event handler for the touchend event.
- Web/API/Touch The Touch interface represents a single contact point on a touch-sensitive device. The contact ...
- Web/API/TouchEvent/altKey A Boolean value indicating whether or not the alt (Alternate) key is enabled when the touch ...
- Web/API/TouchEvent/ctrlKey A Boolean value indicating whether the control (Control) key is enabled when the touch event is ...
- Web/API/TouchEvent/metaKey A Boolean value indicating whether or not the Meta key is enabled when the touch event is ...
- Web/API/TouchEvent/shiftKey A Boolean value indicating whether or not the shift key is enabled when the touch event is ...
- Web/API/Touch_events/Multi-touch_interaction The touch event interfaces support application-specific single and multi-touch interactions. ...
- Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent The touch interfaces enable applications to create enhanced user experiences on touch enabled ...
- Web/API/Touch_events/Using_Touch_Events Today, most Web content is designed for keyboard and mouse input. However, devices with touch ...
- Web/Events/touchcancel The touchcancel event is fired when a touch point has been disrupted in an ...
- Web/Events/touchend The touchend event is fired when a touch point is removed from the touch surface.
- Web/Events/touchmove The touchmove event is fired when a touch point is moved along the touch surface.
- Web/Events/touchstart The touchstart event is fired when a touch point is placed on the touch surface.