--- hatari/src/includes/keymap.h 2019/04/01 07:10:54 1.1.1.3 +++ hatari/src/includes/keymap.h 2019/04/01 07:14:46 1.1.1.4 @@ -16,5 +16,6 @@ extern void Keymap_LoadRemapFile(char *p extern void Keymap_DebounceAllKeys(void); extern void Keymap_KeyDown(SDL_keysym *sdlkey); extern void Keymap_KeyUp(SDL_keysym *sdlkey); +extern void Keymap_SimulateCharacter(char asckey, bool press); #endif