915288 / adosbox

Automatically exported from code.google.com/p/adosbox
0 stars 0 forks source link

Touchscreen function: mouse click when dragging #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Drag the mouse pointer on the screen OR
2. Tap on the screen

What is the expected output? What do you see instead?
Tapping: 
Expected: Mouse pointer moves to that point, and invokes an 'onclick' event 
there.
Instead: Mouse pointer stays on position, 'onclick' event invoked.

Dragging: 
Expected: 'drag' event started.
Instead: First an 'onclick' event is invoked, then the pointer changes posion 
with the amount dragged. 

Alternative solution/function:
- When dragging, the mouse pointer moves, but no onclick event is invoked. 
- To invoke an onclick event, a slightly longer tap is required. 

What version of the product are you using? On what operating system?
I have an Archos 43 with Android 2.2. I installed the latest Adosbox (0.1 
alpha) and made it automatically start the dos version of settlers of catan 
(www.boardgame.de/).

Please provide any additional information below.

Original issue reported on code.google.com by harke.p...@gmail.com on 31 Mar 2011 at 11:37

GoogleCodeExporter commented 8 years ago
These bugs are related to v0.1beta and no longer valid

Original comment by grea...@gmail.com on 24 Apr 2011 at 7:27