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:
markgrebe 2006-04-05 02:31:26 +00:00
parent 4276b013c7
commit b6b2e99724
1 changed files with 14 additions and 0 deletions

View File

@ -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