Re: NSView doesnt receive mouseMoved events?
Re: NSView doesnt receive mouseMoved events?
- Subject: Re: NSView doesnt receive mouseMoved events?
- From: Jens Bauer <email@hidden>
- Date: Tue, 28 Jan 2003 12:48:04 +0100
Hi Sascha,
On Tuesday, Jan 28, 2003, at 11:48 Europe/Copenhagen, Sascha Kujawa
wrote:
-But for some reason, mouseMoved only gets called when the button is
*not* held down!
Is it possible to get mouseMoved events, even when the mouse button
is held down?
it is a different case. I guess you need to listen to "mouseDragged"
events as well.
Yep, this works, thanks.
I found out that I don't need [self setAcceptsMouseMovedEvents:YES];
for mouseDragged events!
Love,
Jens
_______________________________________________
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.