lovr.system.getMouseY
EditReturns the y position of the mouse.
y = lovr.system.getMouseY()Arguments
None
Returns
| Name | Type | Description |
| y | number | The y position of the mouse, relative to the top-left of the window. |
Returns the y position of the mouse.
y = lovr.system.getMouseY()None
| Name | Type | Description |
| y | number | The y position of the mouse, relative to the top-left of the window. |