File:  [HATARI the Atari ST Emulator] / hatari / src / includes / shortcut.h
Revision 1.1.1.7 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:59:29 2019 UTC (7 years, 1 month ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, HEAD
hatari 2.2.0

/*
  Hatari - shortcut.h

  This file is distributed under the GNU General Public License, version 2
  or at your option any later version. Read the file gpl.txt for details.
*/

/* If pressed short-cut key modifier or standalone short-cut key,
 * retain keypress until safe to execute (start of VBL). Returns
 * true if key was shortcut, false otherwise */
extern bool ShortCut_CheckKeys(int modkey, int symkey, bool press);
/* Invoke shortcut identified by name */
extern bool Shortcut_Invoke(const char *shortcut);
/* Act on the stored keypress (in VBL) */
extern void ShortCut_ActKey(void);

unix.superglobalmegacorp.com

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