Added function for processing only pending events.

This commit is contained in:
Camilla Berglund
2012-04-10 01:15:50 +02:00
parent 0e9e37bfc4
commit e0c4d81e46
3 changed files with 24 additions and 5 deletions
+3
View File
@@ -283,4 +283,7 @@ long _glfwKeySym2Unicode(KeySym keysym);
// Clipboard handling
Atom _glfwSelectionRequest(XSelectionRequestEvent *request);
// Event processing
void _glfwProcessPendingEvents(void);
#endif // _platform_h_