# | Line 50 | Line 50 | |
---|---|---|
50 | fullScreen; // Is this Emulator using the whole screen? | |
51 | ||
52 | NSRect displayBox; // Cached dimensions of the screen | |
53 | < | int screen_height; |
53 | > | |
54 | > | int screen_height; // Height of the screen with the key window |
55 | } | |
56 | ||
57 | - (void) benchmark; | |
# | Line 88 | Line 89 | |
89 | - (BOOL) isFullScreen; | |
90 | - (BOOL) mouseInView: (NSEvent *) event; | |
91 | - (BOOL) mouseInView; | |
92 | + | - (void) fullscreenMouseMove; |
93 | - (BOOL) processMouseMove: (NSEvent *) event; | |
94 | ||
95 | #ifdef CGDRAWBITMAP |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |