You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I released a new version 3.4.0.20241004 with the following release
notes:
- Implemented custom cursors (`glfwCreateCursor`)
- uses a canvas to draw the cursor image into it and convert it into a
URL (`canvas.toDataURL()`)
- uses the CSS property syntax: `cursor: url(xxx) xhot yhot, auto` when
calling `glfwSetCursor` with a custom cursor
0 commit comments