TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
MK Hasan
NA
1
3.2k
Error in wacom pressure level
Dec 2 2009 1:45 PM
Hi,
i am using the following code to measure the wacom (intuos4 with stylus) pressure level.
public double getPressure(StylusEventArgs e)
{
return e.GetStylusPoints(window)[e.GetStylusPoints(window).Count - 1].GetPropertyValue(StylusPointProperties.NormalPressure);
}
according to the wacom manual, i should get value range of 0-1023. but right now it returns a range 0-32767
can anyone help me to solve the problem.
Reply
Answers (
0
)
newbie question
Can't read a text file