# More standard cursor shapes in GLFW 3.4?

**URL:** https://discourse.glfw.org/t/more-standard-cursor-shapes-in-glfw-3-4/2410
**Category:** support
**Created:** [July 12, 2023, 1:44am UTC](https://discourse.glfw.org/t/more-standard-cursor-shapes-in-glfw-3-4/2410 "2023-07-12T01:44:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bmitc](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.glfw.org/bmitc/32/664_2.png) [@bmitc](https://discourse.glfw.org/u/bmitc)
#### Post date: [July 12, 2023, 1:44am UTC](https://discourse.glfw.org/t/more-standard-cursor-shapes-in-glfw-3-4/2410/1 "2023-07-12T01:44:49Z")

</div>

During a search where I wanted to start creating my own images for diagonal resize arrows and various other standard cursor shapes, I found the following result: [GLFW: Standard cursor shapes](https://www.glfw.org/docs/3.4/group__shapes.html)

The URL mentions 3.4, and the link lists several more (welcomed!) standard cursor shapes. Is this something that will definitely be released in GLFW 3.4? Is there any timeframe for GLFW 3.4?

It looks like the cursor changes appear in the changelog: [glfw/glfw: A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input (github.com)](https://github.com/glfw/glfw#changelog)

I’m pretty excited for these new cursor shapes! And I’m glad I noticed that they’re, eventually, coming, because that saves me work of creating images for them.

---

<div class="post-metadata">

### Author: ![dougbinks](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.glfw.org/dougbinks/32/39_2.png) [@dougbinks](https://discourse.glfw.org/u/dougbinks)
#### Post date: [July 12, 2023, 8:46am UTC](https://discourse.glfw.org/t/more-standard-cursor-shapes-in-glfw-3-4/2410/2 "2023-07-12T08:46:58Z")

</div>

> Is this something that will definitely be released in GLFW 3.4?

The code is already available on master if you want to use GLFW from source directly (this is what I do). It will be integrated in the next release.

> Is there any timeframe for GLFW 3.4?

No. Releases generally take a long time to arrive. If you are interested in the functionality I would consider using GLFW directly from Github as it is generally very stable.

---

<div class="post-metadata">

### Author: ![bmitc](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.glfw.org/bmitc/32/664_2.png) [@bmitc](https://discourse.glfw.org/u/bmitc)
#### Post date: [July 14, 2023, 4:16am UTC](https://discourse.glfw.org/t/more-standard-cursor-shapes-in-glfw-3-4/2410/3 "2023-07-14T04:16:50Z")

</div>

Thanks! I hadn’t considered using the source directly, but I’ll maybe try that. I’m trying to develop something cross-platform, but I don’t have access to macOS at the moment, so building macOS binaries would have to wait (although I’m not even using the 3.3 versions anyhow due to the lack of access). But I could just build the Windows and Linux binaries from source.
