Structs§
- Data of a Mouse event.
Enums§
- Describes a button of a mouse controller.
- The type of device that triggered a Pointer event.
Functions§
- Theglobalpointerupevent fires when the user releases the point anywhere in the app.
- Thepointerdownevent fires when the user clicks/starts touching an element.
- Thepointerenterevent fires when the user starts hovering/touching an element.
- Thepointerleaveevent fires when the user stops hovering/touching an element.
- Thepointermoveevent 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.
- Thepointerupevent fires when the user releases their mouse button or stops touching the element.