From b6b2e99724010438fd08a52e4ca8284fb600299e Mon Sep 17 00:00:00 2001 From: markgrebe Date: Wed, 5 Apr 2006 02:31:26 +0000 Subject: [PATCH] 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 --- stella/src/macosx/MenusEvents.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stella/src/macosx/MenusEvents.h diff --git a/stella/src/macosx/MenusEvents.h b/stella/src/macosx/MenusEvents.h new file mode 100644 index 000000000..e5b700875 --- /dev/null +++ b/stella/src/macosx/MenusEvents.h @@ -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 + +*/ +/* $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 +