|
|
1.1 root 1: /* 1.1.1.3 root 2: Hatari - shortcut.h 1.1 root 3: 1.1.1.6 ! 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.1.3 root 6: */ 1.1 root 7: 1.1.1.4 root 8: /* If pressed short-cut key modifier or standalone short-cut key, 9: * retain keypress until safe to execute (start of VBL). Returns zero 10: * if key wasn't a shortcut */ 1.1.1.5 root 11: extern int ShortCut_CheckKeys(int modkey, int symkey, bool press); 12: /* Invoke shortcut identified by name */ 13: extern bool Shortcut_Invoke(const char *shortcut); 1.1.1.4 root 14: /* Act on the stored keypress (in VBL) */ 15: extern void ShortCut_ActKey(void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.