mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Moved X11 character translation failure test.
This commit is contained in:
committed by
Camilla Berglund
parent
f1397843ee
commit
b12c973922
@@ -154,9 +154,6 @@ void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int m
|
||||
|
||||
void _glfwInputChar(_GLFWwindow* window, unsigned int character)
|
||||
{
|
||||
if (character == -1)
|
||||
return;
|
||||
|
||||
if (character < 32 || (character > 126 && character < 160))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user