mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Formatting.
This commit is contained in:
parent
a5facec0c3
commit
2f7bfb89e4
@ -998,7 +998,7 @@ static void processSingleEvent(void)
|
||||
// Do not report key releases for key repeats. For key repeats we
|
||||
// will get KeyRelease/KeyPress pairs with similar or identical
|
||||
// time stamps. User selected key repeat filtering is handled in
|
||||
// _glfwInputKey()/_glfwInputChar().
|
||||
// _glfwInputKey/_glfwInputChar.
|
||||
if (XEventsQueued(_glfwLibrary.X11.display, QueuedAfterReading))
|
||||
{
|
||||
XEvent nextEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user