-
When creating a window on macOS and setting the hints as follows:
```cs
glfwWindowHint(GLFW_FOCUSED, GLFW_TRUE);
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
GLFWwindow* window = glfwCreateWindow(.…
-
### Question
**Description:**
When calling `org.lwjgl.glfw.GLFW.glfwInit()`, false is returned and a `GLFW_PLATFORM_ERROR` is thrown with it's description stating, that it failed to load `libwayla…
-
**Is your feature request related to a problem? Please describe.**
I will pay you $200 USD to integrate a new windows system GLFW
[https://github.com/glfw/glfw](https://github.com/glfw/glfw) into …
-
Hi everyone, I run the glim_rosnode then I got the errors print in my terminal
`glfw error 65539: Invalid window attribute 0x0002000D` .
![image](https://github.com/user-attachments/assets/638b00bf…
-
GLFW has a bunch of bugs related to mouse handling on Linux causing false mouse-up events when a new platform window is created.
There may be ugly hacks we can do on the backend, but SDL doesn't ha…
-
### LVGL version
master
### What happened?
@liamHowatt I am attempting to add glfw3 to lv_port_linux. I've decided to try on my system
before attempting to run it on other embedded linux distros, …
-
**Describe the bug (REQUIRED)**
Description and example takes from https://github.com/defold/defold/issues/9812 (thanks @j-h-a):
When update_frequency is 0 and swap_interval is 1 the value of dt a…
-
-
There are some missing functions in this library that are present in the original one. For example [window attention](https://www.glfw.org/docs/3.3/window_guide.html#window_attention).
-
Why is the marked area in the link I gave in the glfw necessary? Although I do not use any key event in my own project, “backspace” and “tab” do not work in the inputs in html because of this marked f…