| Previous | 199869 Revisions | Next |
| r34897 Friday 6th February, 2015 at 22:49:46 UTC by Couriersud |
|---|
| Removed debug output from input.c. |
| [src/osd/sdl] | input.c |
| r243408 | r243409 | |
|---|---|---|
| 1950 | 1950 | case SDL_TEXTINPUT: |
| 1951 | 1951 | if (*event.text.text) |
| 1952 | 1952 | { |
| 1953 | printf("char %c\n", *event.text.text); | |
| 1954 | 1953 | sdl_window_info *window = GET_FOCUS_WINDOW(&event.text); |
| 1955 | 1954 | unicode_char result; |
| 1956 | 1955 | if (window != NULL ) |
| https://github.com/mamedev/mame/commit/f3d3cbde447ddc2178c50cbc63ae52be6e73e0f6 |
| Previous | 199869 Revisions | Next |