Annotation of frontvm/hardware/keymap.h, revision 1.1.1.1

1.1       root        1: /*
                      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.
                      6: */
                      7: 
                      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);
                     15: extern void Keymap_LoadRemapFile(char *pszFileName);
                     16: extern void Keymap_DebounceAllKeys(void);
                     17: extern void Keymap_KeyDown(SDL_keysym *sdlkey);
                     18: extern void Keymap_KeyUp(SDL_keysym *sdlkey);
                     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.