Structs§
- Data of a Mouse event.
Enums§
- Describes a button of a mouse controller.
- The type of device that triggered a Pointer event.
Functions§
- The
globalpointerupevent fires when the user releases the point anywhere in the app. - The
pointerdownevent fires when the user clicks/starts touching an element. - The
pointerenterevent fires when the user starts hovering/touching an element. - The
pointerleaveevent fires when the user stops hovering/touching an element. - The
pointermoveevent fires when the user moves the cursor or touches over an element. Unlikeonpointerenter, this fires even if the user was already hovering over the element. - The
pointerupevent fires when the user releases their mouse button or stops touching the element.