Skip to content

Version 3.4.0.20241004

Latest
Compare
Choose a tag to compare
@ypujante ypujante released this 04 Oct 16:57
· 2 commits to master since this release
  • 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