mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +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:
|
case SDL_TEXTINPUT:
|
||||||
if (*event.text.text)
|
if (*event.text.text)
|
||||||
{
|
{
|
||||||
printf("char %c\n", *event.text.text);
|
|
||||||
sdl_window_info *window = GET_FOCUS_WINDOW(&event.text);
|
sdl_window_info *window = GET_FOCUS_WINDOW(&event.text);
|
||||||
unicode_char result;
|
unicode_char result;
|
||||||
if (window != NULL )
|
if (window != NULL )
|
||||||
|
Loading…
Reference in New Issue
Block a user