ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Controller.mm
(Generate patch)

Comparing BasiliskII/src/MacOSX/Controller.mm (file contents):
Revision 1.2 by nigel, 2002-03-16T10:00:18Z vs.
Revision 1.3 by nigel, 2002-03-18T10:48:25Z

# Line 150 | Line 150
150          
151          if ( tmp < [emulators count] )          // i.e. if we exited the for loop
152   #else
153 <        if ( [theEmulator isRunning] && [[theEmulator window] isKeyWindow ] )
153 >        if ( FULLSCREEN ||
154 >                [theEmulator isRunning] && [[theEmulator window] isKeyWindow ] )
155   #endif
156          {
157                  view = [theEmulator screen];
158 <
158 > NSLog(@"Got a key event - %d\n", [event keyCode]);
159                  switch ( type )
160                  {
161                          case NSKeyUp:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines