2009/7/21 Petr Vanek <span dir="ltr">&lt;<a href="mailto:vanous@penguin.cz">vanous@penguin.cz</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt;This is not the problem. If you want to simulate a drag, you need to<br>
&gt;have the pointer where the drag takes place. But at the same time<br>
&gt;you&#39;re touching the touchscreen and thus moving the pointer under your<br>
&gt;finger. With clicking this is not a problem, because the pointer is<br>
&gt;moved to the place where you wanted to click just for a moment.<br>
<br>
</div>no worries, if i really need to drag something, i connect vnc<br>
<font color="#888888"></font></blockquote><div><br>I could implement dragging this way: first move the pointer to the position where you want to begin drag. Press a &quot;begin drag&quot; button, and it leaves some kind of marker there. Then move the pointer to where you want to finish drag, press a button again, and a drag event is generated for these positions. I&#39;m just brainstorming, if you really need such awkward feature let me know.<br>
</div></div>