[android-porting] Re: hi,how to use mouse in Android

2010-01-06 Thread DANtheMAN
Hello All, I have Android working on a mini2440 FriendlyARM board [1]. I am attempting to get a USB pen mouse to work under the OS. Out of the box the mouse 'sort of' works. I am able to move the highlighting around the screen and left click launches applications. However, the movement of the

[android-porting] Re: hi,how to use mouse in Android

2010-01-26 Thread helen.wjt
Is mouse handled by method dispatchTrackball() ?? On 2009年12月17日, 下午3时07分, hedwin wrote: > USBmouseand keyboard do work, only enabled them in the kernel and it > worked without any change to android. > But then again was using the mips android so not sure yet if specific > changes were made the

Re: [android-porting] Re: hi,how to use mouse in Android

2010-01-26 Thread Yi Sun
no, dispatchPinter is the one 2010/1/26 helen.wjt : > Is mouse handled by method dispatchTrackball() ?? > > On 2009年12月17日, 下午3时07分, hedwin wrote: >> USBmouseand keyboard do work, only enabled them in the kernel and it >> worked without any change to android. >> But then again was using the mip

Re: [android-porting] Re: hi,how to use mouse in Android

2010-01-27 Thread wang jintong
yes,,you are right ,,my mouse is running now..thanks . 2010/1/27 Yi Sun > no, dispatchPinter is the one > > 2010/1/26 helen.wjt : > > Is mouse handled by method dispatchTrackball() ?? > > > > On 2009年12月17日, 下午3时07分, hedwin wrote: > >> USBmouseand keyboard do work, only enabled them in the ke