File:  [Previous NeXT emulator] / previous / src / includes / shortcut.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:32:28 2018 UTC (8 years, 3 months ago) by root
Branches: giles, MAIN
CVS tags: branch_softfloat, branch_realtime, HEAD
Previous NeXT emulator

/*
  Hatari - shortcut.h

  This file is distributed under the GNU 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 zero
 * if key wasn't a shortcut */
int ShortCut_CheckKeys(int modkey, int symkey, bool press);
/* Invoke shortcut identified by name */
bool Shortcut_Invoke(const char *shortcut);
/* Act on the stored keypress (in VBL) */
void ShortCut_ActKey(void);
/* Debugger invocations */
void ShortCut_Debug_M68K(void);
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.