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
src/dlangui/platforms/x11

View File

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