| 582 | } |
| 583 | |
| 584 | void processtextinput(const char *text) |
| 585 | { |
| 586 | if(saycommandon) |
| 587 | { |
| 588 | cmdline.say(text); |
| 589 | } |
| 590 | else |
| 591 | { |
| 592 | menusay(text); |
| 593 | } |
| 594 | } |
| 595 | |
| 596 | void keypress(int keycode, int scancode, bool isdown, SDL_Keymod mod) |
| 597 | { |
no test coverage detected