floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.82k stars 475 forks source link

Add missing built-in cursors. #864

Closed skejeton closed 1 year ago

skejeton commented 1 year ago

Missing cursors in question:

floooh commented 1 year ago

These cursor images are not standardized across operating systems, sokol_app.h basically can only implement the subset of cursor images that are available on all (desktop) platforms. GLFW already did that research, and sokol_app.h is just following the GLFW convention (at some point in the future, sokol_app.h might allow defining your own cursor images, that's currently not high on the list though)