Annotation of hatari/src/includes/shortcut.h, revision 1.1.1.3

1.1       root        1: /*
1.1.1.3 ! root        2:   Hatari - shortcut.h
1.1       root        3: 
1.1.1.3 ! root        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: */
1.1       root        7: 
                      8: 
1.1.1.3 ! root        9: typedef struct
        !            10: {
1.1.1.2   root       11:   unsigned short Key;
1.1       root       12:   BOOL bShiftPressed;
                     13:   BOOL bCtrlPressed;
                     14: } SHORTCUT_KEY;
                     15: 
                     16: extern SHORTCUT_KEY ShortCutKey;
                     17: 
                     18: extern void ShortCut_CheckKeys(void);

unix.superglobalmegacorp.com

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