Re: About Ink drawing with wacom tablet
Re: About Ink drawing with wacom tablet
- Subject: Re: About Ink drawing with wacom tablet
- From: Raleigh Ledet <email@hidden>
- Date: Wed, 5 Nov 2008 11:26:36 -0800
Here are the following ways to see NSTabletPoint events (or -
tabletPoint:)
1. Between the mouseDown: and first mouseDragged:. During this period
of time, other tablet properties may be changing (such as pressure or
tilt). Once the user moves the pen enough to move the cursor at least
1 pixel, then mouseDragged: events are generated until mouseUp:.
2. You tell the Wacom tablet driver to stop moving the cursor.
3. A second concurrent tool is brought into proximity of the tablet
(Wacom's older Intous and Intous2 tablets support this, the more
recent Intous3 does not.)
-raleigh
Ben,
I tried both turn off or turn on the Ink from Ink panel, but still not
seeing the NSTabletPoint event in either case.
Thanks,
John
On Tue, Nov 4, 2008 at 11:34 AM, Benjamin Stiglitz <<email_removed>>
wrote:
> > Did I miss something, or I was doing something wrong? I have
> > InkSetApplicationWritingMode (kInkWriteAnywhereInApp);
> >
> > InkSetApplicationRecognitionMode (kInkRecognitionGesture |
> > kInkRecognitionText);
>
> You don't want to turn on Ink in your case, since you want to
capture
> the tablet events on your own instead of having Ink send them to the
> recognizer.
>
> -Ben
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to <email_removed>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden