mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
Removed debug output from input.c.
This commit is contained in:
parent
e07d4d513e
commit
f3d3cbde44
@ -1950,7 +1950,6 @@ void sdlinput_poll(running_machine &machine)
|
||||
case SDL_TEXTINPUT:
|
||||
if (*event.text.text)
|
||||
{
|
||||
printf("char %c\n", *event.text.text);
|
||||
sdl_window_info *window = GET_FOCUS_WINDOW(&event.text);
|
||||
unicode_char result;
|
||||
if (window != NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user