Previous 199869 Revisions Next

r34900 Friday 6th February, 2015 at 23:16:00 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/osd/sdl]input.c

trunk/src/osd/sdl/input.c
r243411r243412
19501950      case SDL_TEXTINPUT:
19511951         if (*event.text.text)
19521952         {
1953            printf("char %c\n", *event.text.text);
19541953            sdl_window_info *window = GET_FOCUS_WINDOW(&event.text);
19551954            unicode_char result;
19561955            if (window != NULL )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team