sunil1989 / android-multitouch-controller

Automatically exported from code.google.com/p/android-multitouch-controller
0 stars 0 forks source link

Dude, they're 3 classes missing #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import 
org.metalev.multitouch.controller.MultiTouchController.MultiTouchObjectCanvas;
import org.metalev.multitouch.controller.MultiTouchController.PointInfo;
import org.metalev.multitouch.controller.MultiTouchController.PositionAndScale;
 ??? Where ???

Original issue reported on code.google.com by ierafael...@yahoo.com on 26 Sep 2011 at 11:00

GoogleCodeExporter commented 9 years ago
these classes are declared inside the MultitouchController class.

Original comment by djl...@gmail.com on 9 Dec 2011 at 9:08

GoogleCodeExporter commented 9 years ago
Right, everything is in one Java source file to make the whole thing 
self-contained. It's possible that the demo that uses these classes doesn't 
build, I have another bug report about that. I'll try to get caught up on the 
backlog of bugs soon. However, these classes do indeed exist.  (Thanks, djleop, 
for replying.)

Original comment by luke.hutch on 10 Dec 2011 at 2:35