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

Are there any examples of manipulating text using this library? Instead of creating a drawable, could you not generate a TextView programmatically and then manipulate it with the available multi-touch...

Hi there, first of all sorry for double post..., second, thank you for the app :) I wonder how can I change your code to support multi touch simultaneously for...

``` If the user pinch-zooms or drags outside of an individual image in the photo sorter demo, the whole canvas should be zoomed/panned, not just individual photos. This will require...

Priority-Medium
Type-Defect
auto-migrated

MultiTouchController.java: ``` Java public class MultiTouchController { ... float mStartAbsoluteAng; //

Hi, thanks for project.I want to use it in my project. I should be change images in canvas. To do this I set IMG object in my array and then...

``` Paul Bourke extended the MTController code to handle single-finger drags, as well creating a couple of new generic canvas object classes: git://github.com/brk3/android-multitouch-controller.git I think a couple of changes need...

Priority-Medium
Type-Defect
auto-migrated

``` Zac Livesay's suggestion: implement fullscreen mode where there is no app titlebar, so that whole screen can be tested. ``` Original issue reported on code.google.com by `luke.hutch` on 22...

Priority-Medium
Type-Defect
auto-migrated

``` Request from Yuan Chin: provide individual setters in PointInfo class so that you don't have to set all fields on every frame. Some apps only want to update some...

Priority-Medium
Type-Defect
auto-migrated

``` TODO: Figure out if it makes sense refactoring this code to extend Android's own multitouch gesture detector class. ``` Original issue reported on code.google.com by `luke.hutch` on 22 Apr...

Priority-Medium
Type-Defect
auto-migrated

``` Mickael Despesse's suggestion: I had another idea to improve MultitouchControler yesterday, I don't know if you think the right place to implement it is in your controler or in...

Priority-Medium
Type-Defect
auto-migrated