Annotation of hatari/src/includes/keymap.h, revision 1.1.1.6

1.1       root        1: /*
1.1.1.3   root        2:   Hatari - keymap.h
                      3: 
1.1.1.5   root        4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at 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);
1.1       root       14: extern void Keymap_LoadRemapFile(char *pszFileName);
1.1.1.2   root       15: extern void Keymap_DebounceAllKeys(void);
1.1.1.3   root       16: extern void Keymap_KeyDown(SDL_keysym *sdlkey);
                     17: extern void Keymap_KeyUp(SDL_keysym *sdlkey);
1.1.1.4   root       18: extern void Keymap_SimulateCharacter(char asckey, bool press);
1.1.1.3   root       19: 
                     20: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.