Mr_Loon
Can't Remember
- Joined
- Aug 30, 2010
- Messages
- 2,332
It appears that when running PAndroid that the left nub works as a mouse just as you would expect it to using the normal Linux desktop. Moving the left nub causes a mouse cursor to appear and remain onscreen until the touch screen is pressed.
Has anyone found a key / button / nub movement that works as a mouse click?
I was also wondering if by using some very clever code it might be possible to partially simulate multi touch using mouse & touchscreen.
Something along these lines :
Has anyone found a key / button / nub movement that works as a mouse click?
I was also wondering if by using some very clever code it might be possible to partially simulate multi touch using mouse & touchscreen.
Something along these lines :
- Mouse is positioned, left button is clicked, this is remembered as touch point 1 (position of touch point 1 remains constant)
- Stylus touches the touch screen, this is seen as touch point 2
- Stylus can be moved onscreen to pinch / zoom etc.
- Remove stylus from screen is seen as removal of touch points 1&2
Last edited by a moderator: