hey so i am working on dual touch analogs, and they working, i am able to use left and right analogs, if i touch left side of screen, left analog is activated and etc, but if one of analogs is allready activated, i cant activate another... anyway i hawe few lines
Please login or register to see this code.
the idea is like this >
if (leftone = activated){
trackf fingerID postion
}
else if (rightone = activated){
track another finherID finger position
}
how to make code that i could activate both of them with diferent fingers and they both could do stuff in smae time
like fingerid stuff, just cant make it work that if left one would be activated first, then right one could be allso activated fith other finger...
hey
so i am working on dual touch analogs, and they working, i am able to use left and right analogs, if i touch left side of screen, left analog is activated and etc, but if one of analogs is allready activated, i cant activate another... anyway i hawe few lines
Please login or register to see this code.the idea is like this >
if (leftone = activated){
trackf fingerID postion
}
else if (rightone = activated){
track another finherID finger position
}
how to make code that i could activate both of them with diferent fingers and they both could do stuff in smae time
like fingerid stuff, just cant make it work that if left one would be activated first, then right one could be allso activated fith other finger...
Edited by arwe2793Share this post
Link to post
Share on other sites