Alexandre Almeida
Alexandre Almeida
Did commit 065cd9c solve this issue? Should it be closed?
@superpaik I have not experienced any crash on Linux. Have you tried the same sample on other PR builds? Has any other user experienced a crash?
We could add a note about storing key mapping in a file to ``CHANGES``. An alternative is to keep the current keycodes and add a check like this one to...
In fact, I did not think about the key mappings being saved in a file while preparing this PR. On platforms other than Android, there might be problems when saving...
While previous GLFW versions required separate builds for X11 and Wayland, the new version can detect the platform at runtime and a single build should be able to run on...
The game's sources bundle raylib already. It looks like ``xbps-src`` is overriding the Makefile's ``CFLAGS``. If so, what should I do when the Makefile contains its own ``CFLAGS``? **Update:** Adding...
@Eloitor Creating custom ``do_build()`` and ``do_install()`` functions instead of relying on ``build_style=gnu-makefile`` seems to have finally fixed the problems.
It looks like this PR has become staled and closed automatically. Is it a better idea to reopen this one or to open a new one?
@ColleagueRiley Apparently, GLFW and SDL automatically generate a key release event for each key being held when the window loses focus, which RGFW does not. Do you think RGFW should...
Here it is: https://github.com/ColleagueRiley/RGFW/issues/171.