ftsf / nico

a Game Framework in Nim inspired by Pico-8.
MIT License
630 stars 36 forks source link

Added documentation for a few functions #71

Closed TheAmeliaMay closed 2 years ago

TheAmeliaMay commented 2 years ago

I had to dig around to find a few functions I needed and thought it'd be a good idea to write some entries in the documentation so others can find them easily. The functions are hideMouse(), showMouse(), mousewheel(), mget() and mset().

ftsf commented 2 years ago

Thanks!