From 2d09965d2dfcc722ff13e933e3e532d22a5ec406 Mon Sep 17 00:00:00 2001 From: "kbr@google.com" Date: Fri, 28 May 2010 00:28:24 +0000 Subject: Accepted mouse moved events in NSWindow used for Cocoa full-screen code path. Verified with manipulators sample modified to support full-screen. BUG=http://code.google.com/p/o3d/issues/detail?id=222 TEST=none Review URL: http://codereview.chromium.org/2347001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48452 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/mac/fullscreen_window_mac.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'o3d/plugin/mac') diff --git a/o3d/plugin/mac/fullscreen_window_mac.mm b/o3d/plugin/mac/fullscreen_window_mac.mm index bbf99eb..717c65e 100644 --- a/o3d/plugin/mac/fullscreen_window_mac.mm +++ b/o3d/plugin/mac/fullscreen_window_mac.mm @@ -446,6 +446,7 @@ class CocoaFullscreenWindowMac : public FullscreenWindowMac { screen:mainScreen]; if (self) { owner_ = owner; + [self setAcceptsMouseMovedEvents:YES]; // We need to set ourselves as the delegate in order to receive // focus changed notifications. [self setDelegate:self]; -- cgit v1.1