mirror of https://github.com/stella-emu/stella.git
Added Mac Menus for key insertion events back in
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@460 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
9ac5d2a4d2
commit
cd4efb7a36
|
@ -11,24 +11,22 @@
|
|||
{
|
||||
ACTIONS = {
|
||||
biggerScreen = id;
|
||||
doPrefs = id;
|
||||
fullScreen = id;
|
||||
grabMouse = id;
|
||||
heightMinus = id;
|
||||
heightPlus = id;
|
||||
leftJoyChange = id;
|
||||
ntscPalMode = id;
|
||||
openCart = id;
|
||||
paddleChange = id;
|
||||
pauseGame = id;
|
||||
prefsMenu = id;
|
||||
prefsOK = id;
|
||||
restartGame = id;
|
||||
rightJoyChange = id;
|
||||
romdirSelect = id;
|
||||
smallerScreen = id;
|
||||
speedLimit = id;
|
||||
toggleGlFilter = id;
|
||||
togglePallette = id;
|
||||
volumeMinus = id;
|
||||
volumePlus = id;
|
||||
widthMinus = id;
|
||||
widthPlus = id;
|
||||
xStartMinus = id;
|
||||
|
@ -38,15 +36,7 @@
|
|||
};
|
||||
CLASS = Menus;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
aspectRatioField = id;
|
||||
filterMenu = id;
|
||||
limitSpeedMenu = id;
|
||||
paddlesMenu = id;
|
||||
romDirField = id;
|
||||
videoModeMatrix = id;
|
||||
volumeSlider = id;
|
||||
};
|
||||
OUTLETS = {};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = Preferences; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>451 517 359 316 0 0 1280 1002 </string>
|
||||
<string>111 514 359 316 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>116 460 205 44 0 0 1280 1002 </string>
|
||||
<string>116 460 389 44 0 0 1280 1002 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>437.0</string>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue