Skip to content
Success

Changes

Summary

  1. Wayland: Replace _glfwKeySym2Unicode with xkbcommon (commit: 21fea01) (details)
Commit 21fea01161e0d6b70c0c5c1f52dc8e7a7df14a50 by elmindreda
Wayland: Replace _glfwKeySym2Unicode with xkbcommon

libxkbcommon already provides functions to convert keysyms to codepoints
and UTF-8. The library has offered these functions since 0.5.0[1], so
using them won't cause any compatibility problems.

[1] https://xkbcommon.org/doc/0.5.0/group__keysyms.html

Closes #2444
(commit: 21fea01)
The file was modifiedsrc/wl_init.c (diff)
The file was modifiedsrc/CMakeLists.txt (diff)
The file was modifiedsrc/wl_window.c (diff)
The file was modifiedsrc/wl_platform.h (diff)