This commit is contained in:
Vadim Lopatin 2015-11-26 13:29:23 +03:00
parent b9616b6589
commit eba95b98f8
1 changed files with 2 additions and 1 deletions

View File

@ -181,6 +181,7 @@ class X11Platform : Platform {
KeySym key; /* a dealie-bob to handle KeyPress Events */ KeySym key; /* a dealie-bob to handle KeyPress Events */
char[255] text; /* a char buffer for KeyPress Events */ char[255] text; /* a char buffer for KeyPress Events */
Log.d("enterMessageLoop()");
/* look for events forever... */ /* look for events forever... */
while(1) { while(1) {
/* get the next event and stuff it into our event variable. /* get the next event and stuff it into our event variable.