android-multitouch-controller icon indicating copy to clipboard operation
android-multitouch-controller copied to clipboard

Automatically exported from code.google.com/p/android-multitouch-controller

Results 16 android-multitouch-controller issues
Sort by recently updated
recently updated
newest added

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` (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...

Priority-Medium
Type-Defect
auto-migrated

``` Here is some sample code which would be much easier to understand /** * PhotoSorterView.java * * (c) Luke Hutchison ([email protected]) * * TODO: Add OpenGL acceleration. * *...

Priority-Medium
Type-Defect
auto-migrated

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...