Annotation of previous/src/includes/shortcut.h, revision 1.1.1.2

1.1       root        1: /*
                      2:   Hatari - shortcut.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: /* 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.2 ! root       11: int ShortCut_CheckKeys(int modkey, int symkey, bool press);
1.1       root       12: /* Invoke shortcut identified by name */
1.1.1.2 ! root       13: bool Shortcut_Invoke(const char *shortcut);
1.1       root       14: /* Act on the stored keypress (in VBL) */
1.1.1.2 ! root       15: void ShortCut_ActKey(void);
        !            16: /* Debugger invocations */
        !            17: void ShortCut_Debug_M68K(void);
        !            18: void ShortCut_Debug_I860(void);

unix.superglobalmegacorp.com

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