android-multitouch-controller
android-multitouch-controller copied to clipboard
Automatically exported from code.google.com/p/android-multitouch-controller
``` pbourke discovered that if you have pt 1 & 2 down and bring them close together, they merge into one point, and then MTVisualizer thinks there are 0 points...
``` If the touch up/down state changes and the remaining/new points don't move, the screen appears to have lost one or more points: if pt 1 is down, and pt...
``` When pinch-rotating images in MTPhotoSortrDemo, they rotate around the center of the image, not around the center of the pinch. Reported by Ralf (mr_roots). The short-term solution is to...
``` (Bug originally filed by [email protected] when MTVisualizer was in a separate project.) What steps will reproduce the problem? 1. sync source 2. insert above the 3. compile 4. install...
``` Here is some sample code which would be much easier to understand /** * PhotoSorterView.java * * (c) Luke Hutchison ([email protected]) * * TODO: Add OpenGL acceleration. * *...
Hi. By analogy with this: ` private MultiTouchController multiTouchController = new MultiTouchController(this);` , I'm trying to declare a variable in the activity: ``` View view = findViewById(R.id.view); multiTouchController = new...