Closed playonverbs closed 3 years ago
Adds a binding to the Raylib function bool IsCursorOnScreen(void)[^1], represented here in Jaylib as cursor-on-screen?.
bool IsCursorOnScreen(void)
cursor-on-screen?
[^1]: Seen in the Core/cusor-related functions section of the cheatsheet: https://www.raylib.com/cheatsheet/cheatsheet.html
Adds a binding to the Raylib function
bool IsCursorOnScreen(void)
[^1], represented here in Jaylib ascursor-on-screen?
.[^1]: Seen in the Core/cusor-related functions section of the cheatsheet: https://www.raylib.com/cheatsheet/cheatsheet.html