Multi-touch blob data

KiloOne

Member
Licensed User
Longtime User
My android has 5 point multi-touch screen.

Is there a way to access the raw blob data-stream for the 5 points in basic4android?

Thanks,
Dale
 

KiloOne

Member
Licensed User
Longtime User
I will go through the tutorial in detail.

Not sure I will have time for that in next 30 days while I evaluate enterprise b4a for my main project.

I guess my question should have been more like, will I be able to create a program for my android that uses the android as a USB accessory input device to my windows based USB host desktop PC. The android program I write will have to convert 5 point gestures that I 'invent', into mouse moves/clicks/scrolls and the PC would just see the android as a mouse.

Not sure if I explained that well but I hope you get the picture.

Thanks,
Dale
 
Upvote 0

KiloOne

Member
Licensed User
Longtime User
Erel,

I now have time to work on my multi-touch project.

The multi-touch tutorial gives me the data I want but I am little lost as to how to send the PointerID, Action and X,Y variables to a VB6 program on my PC where I want to analyze the data as soon as I can after the event in Sub GesturesTouch on my Android.

Would it be easier over USB, wireless or bluetooth and how would I set up my VB6 program to have access to the data-stream?

Any guidance would be appreciated.

Dale
 
Upvote 0
Top