Hello:<br>&nbsp; I&#39;m a little new to python and pyqt so please forgive any naive questions I might have :)&nbsp; But, what I am attempting to do is simply have my wacom tablet work similarly to my mouse in a pyqt application.&nbsp; It appears that left clicks, right clicks and tapping on the tablet all work fine, but when I try to drag, nothing happens.&nbsp; I&#39;ve tried selecting multiple things in a treeview, using scrollbars, highlighting text, but it seems to only register the first tap and not mimic holding down the left mousebutton and then dragging.&nbsp; Here are some tech specs:<br>
Linux Kernel: 2.6.15-1.02<br>Python 2.4<br>Qt-4.3.1<br>Pyqt 4.3<br><br><br>The tablet seems to work fine in other applications (gimp/Shake/firefox)&nbsp; Would anyone have any help they can give me that might be obviously overlooked?&nbsp; Is there any special initialization I need to do?&nbsp; I can see tabletDown/tabletMove events being triggered so something is at least happening.&nbsp; Thanks in advance!<br>
<br>B<br><br>