mirror of https://github.com/stella-emu/stella.git
Changes for Menu Enabling/Disabling and sending events instead of keypress from the Menu code.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1076 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
4276b013c7
commit
b6b2e99724
|
@ -0,0 +1,14 @@
|
||||||
|
/* MenusEvents.h - Menus window
|
||||||
|
class defines for event sending between Objective-C
|
||||||
|
and C++
|
||||||
|
Macintosh OS X SDL port of Stella
|
||||||
|
Mark Grebe <atarimac@cox.net>
|
||||||
|
|
||||||
|
*/
|
||||||
|
/* $Id: MenusEvents.h,v 1.12 2006/03/29 04:45:10 markgrebe Exp $ */
|
||||||
|
|
||||||
|
#define MENU_PAUSE 1
|
||||||
|
#define MENU_OPEN 2
|
||||||
|
#define MENU_VOLUME_INCREASE 3
|
||||||
|
#define MENU_VOLUME_DECREASE 4
|
||||||
|
|
Loading…
Reference in New Issue