Re: More frequent mouseDragged events
Re: More frequent mouseDragged events
- Subject: Re: More frequent mouseDragged events
- From: Rustam Muginov <email@hidden>
- Date: Mon, 22 Sep 2003 11:26:53 +0400
If you need to receive mouse positions with desired frequency, you probably
should consider installing timer and check mouse position manualy, using
-(NSPoint)mouseLocationOutsideOfEventStream method
On 9/22/03 7:01 AM, "末松伸朗" <email@hidden>
wrote:
>
I am developing a simple paint tool like application.
>
In the application, I would like to make a subclass of
>
NSView receive mouseDragged events more frequently.
>
>
The interval between two successive mouseDragged events
>
is too long to draw a smooth path.
>
How can I control the interval?
>
>
Nobuo
>
_______________________________________________
>
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.
_______________________________________________
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.