From 9e596ff10782455615f69b9b54ce22176145b020 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Nov 2025 15:43:52 +0800 Subject: Impl key event handling of sdl native window. --- include/cru/platform/gui/Input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/platform/gui/Input.h') diff --git a/include/cru/platform/gui/Input.h b/include/cru/platform/gui/Input.h index d731cefa..a29a9bba 100644 --- a/include/cru/platform/gui/Input.h +++ b/include/cru/platform/gui/Input.h @@ -76,7 +76,7 @@ enum class KeyCode { X, Y, Z, - GraveAccent, + Grave, // TODO: fix this key mapping on Windows and Xorg. Tab, CapsLock, LeftShift, -- cgit v1.2.3