Search
lxdream.org :: lxdream/src/cocoaui/cocoaui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/cocoaui.h
changeset 839:51f1c4195790
prev837:4eae2ddccf9c
next874:e3007b8799f3
author nkeynes
date Tue Sep 02 03:34:00 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement absolute positioning mouse mode when not grabbed
enable/disable grab on dreamcast start/stop where it's requested
by the controllers
file annotate diff log raw
1.1 --- a/src/cocoaui/cocoaui.h Thu Aug 28 01:39:51 2008 +0000
1.2 +++ b/src/cocoaui/cocoaui.h Tue Sep 02 03:34:00 2008 +0000
1.3 @@ -61,6 +61,7 @@
1.4 LxdreamVideoView *video;
1.5 NSTextField *status;
1.6 BOOL isGrabbed;
1.7 + BOOL useGrab;
1.8 }
1.9 - (id)initWithContentRect:(NSRect)contentRect;
1.10 - (void)setStatusText:(const gchar *)text;
1.11 @@ -68,6 +69,7 @@
1.12 - (void)setRunning:(BOOL)isRunning;
1.13 - (BOOL)isGrabbed;
1.14 - (void)setIsGrabbed:(BOOL)grab;
1.15 +- (void)setUseGrab: (BOOL)grab;
1.16 @end
1.17
1.18 @interface LxdreamPrefsPane : NSView
.