Removed extra debug output
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403477
This commit is contained in:
parent
15c5312d9d
commit
6350aaf230
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ X11_DispatchEvent(_THIS)
|
||||||
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
||||||
#endif
|
#endif
|
||||||
if (*text) {
|
if (*text) {
|
||||||
printf("Sending text event %s\n", text);
|
|
||||||
SDL_SendKeyboardText(videodata->keyboard, text);
|
SDL_SendKeyboardText(videodata->keyboard, text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue