janet-lang / jaylib

Janet bindings to Raylib
MIT License
143 stars 37 forks source link

Add cursor-on-screen? binding #27

Closed playonverbs closed 2 years ago

playonverbs commented 3 years ago

Adds a binding to the Raylib function bool IsCursorOnScreen(void)[^1], represented here in Jaylib as cursor-on-screen?.

[^1]: Seen in the Core/cusor-related functions section of the cheatsheet: https://www.raylib.com/cheatsheet/cheatsheet.html