Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11events.c @ 3015:adbb7f8afd2d
Removed extra debug output
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 23:57:12 +0000 |
parents | 8cc00819c8d6 |
children | 54fac87e1f34 |
comparison
equal
deleted
inserted
replaced
3014:cacb282192a1 | 3015:adbb7f8afd2d |
---|---|
203 } | 203 } |
204 #else | 204 #else |
205 XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL); | 205 XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL); |
206 #endif | 206 #endif |
207 if (*text) { | 207 if (*text) { |
208 printf("Sending text event %s\n", text); | |
209 SDL_SendKeyboardText(videodata->keyboard, text); | 208 SDL_SendKeyboardText(videodata->keyboard, text); |
210 } | 209 } |
211 } | 210 } |
212 break; | 211 break; |
213 | 212 |