|
|
1.1 root 1: /* 1.1.1.3 ! root 2: Hatari - keymap.h ! 3: ! 4: This file is distributed under the GNU Public License, version 2 or at ! 5: your option any later version. Read the file gpl.txt for details. 1.1 root 6: */ 7: 1.1.1.3 ! root 8: #ifndef HATARI_KEYMAP_H ! 9: #define HATARI_KEYMAP_H ! 10: ! 11: #include <SDL_keyboard.h> ! 12: ! 13: extern void Keymap_Init(void); ! 14: extern char Keymap_RemapKeyToSTScanCode(SDL_keysym* pKeySym); 1.1 root 15: extern void Keymap_LoadRemapFile(char *pszFileName); 1.1.1.2 root 16: extern void Keymap_DebounceAllKeys(void); 1.1.1.3 ! root 17: extern void Keymap_KeyDown(SDL_keysym *sdlkey); ! 18: extern void Keymap_KeyUp(SDL_keysym *sdlkey); ! 19: ! 20: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.