Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
serhat.kurtulus
serhat.kurtulus's Profile
1
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
mouseReleased() problem with android tablet
[1 Reply]
03-May-2012 06:32 AM
Forum:
Android Processing
I am using processing 2.0a4 on Windows Vista and I have a strange problem with mouseReleased() function. It works perfectly in standart mode(on pc) but when I run the sketch on device(android) It does not work properly.
I have used this code for testing;
void mousePressed(){
println("mousePressed ---> x:"+mouseX+" y:"+mouseY);
}
void mouseDragged(){
println("mouseDragging ---> x:"+mouseX+" y:"+mouseY);
}
void mouseReleased(){
println("mouseReleased ---> x:"+mouseX+" y:"+mouseY);
}
Sometimes it writes the released part, sometimes does not.
«Prev
Next »
Moderate user : serhat.kurtulus
Forum