Mouse Movements in a Drawer
Mouse Movements in a Drawer
- Subject: Mouse Movements in a Drawer
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Tue, 21 Oct 2003 12:47:00 +0200
I have a window which accepts mouse movement events. This window has a
drawer, and when I open this, my window is still key and main and
accepts mouse movements (and gets mouse movements too).
But when I click in the drawer (which contains some sliders) then the
mouse moved events stop.
My window is still key and main and accepts mouse movements - but no
more events are delivered.
When I click somewhere in the main window, all is fine again.
Well, I do not complain about the absense of mouse moved events when I
do something in the drawer, but I would really like to have some
method, so that the main window can tell whether the mouse really did
not move, or the events have been disabled by the drawer activity.
As I said: acceptsMouseMovedEvents, windowDidResignKey,
windowDidResignMain do not help.
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.