mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting.
This commit is contained in:
parent
96c2d04b11
commit
50e6f828d1
@ -240,7 +240,7 @@ static void key_callback(GLFWwindow window, int key, int action)
|
||||
case 'S':
|
||||
{
|
||||
systemkeys = !systemkeys;
|
||||
if( systemkeys )
|
||||
if (systemkeys)
|
||||
glfwEnable(window, GLFW_SYSTEM_KEYS);
|
||||
else
|
||||
glfwDisable(window, GLFW_SYSTEM_KEYS);
|
||||
|
Loading…
Reference in New Issue
Block a user