Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Hiding cursor #65

Closed Dawoodoz closed 1 year ago

Dawoodoz commented 1 year ago

Implemented window_setCursorVisibility for Windows and X11. Can be called with the window handle and false when enabling fullscreen for games that don't use the cursor.