Additional data about a mouse input.
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| Absolute position or delta of mouse movement (x axis) | |
| float y | |
| Absolute position or delta of mouse movement (y axis) | |
| } | |
| struct { | |
| float scrollX | |
| Scroll delta (x) | |
| float scrollY | |
| Scroll delta (y) | |
| } | |
| }; | |