We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello! I'm trying to export a sketch using the Fisica library on android... It seem OK, but when I try to grab an object using the finger/mouse, I can't move it... Has anyone an idea about how to solve this? Cheers, Rémi.
Answers
In case anyone is still wondering about this, I got the answer from Ricard Marxer. (Thanks Ricard!)
Suppose your FWorld is called world. In mouseDragged(), add two lines:
In mouseReleased(), add:
This worked perfectly for me. Just single touch, of course. I'm checking into TUIO and other multi-touch options.
Bill
Hi,
thanks, it's usefull!
Rémi.