Use USB mouse mode to drag?

Status
Not open for further replies.

dude8604

Member
I'm using my Teensy 3.1 to control the mouse on my computer. Everything works except for dragging. When I call Mouse.move(), it seems to reset the mouse button state and just move the mouse. Is there anything else I can do? Thanks.

Also, a slightly related question - I might use a Teensy based keyboard while developing for another Teensy. If both Teensys are connected, how can I make sure it programs the right one when I reprogram it?
 
Re#2: If you do an IDE Verify - the one getting the button pressed will get the new code.

Re#1: check your code - look at samples - to get other help :: reduce your code to show the problem and post it per 'Forum Rule /\'
 
@dude8604 - if you have a sample of your efforts it likely would help Paul get to the bottom of it - per msg #3

That Verify is a recurring secret - glad it came back to working for 1.6.3 - but not intuitive as I re-posted twice here and the mag #4 link.
 
I cannot confirm that there is a problem with drag and drop.
I have a Teensy 3.1 and drag drop works perfectly using Mouse.move() and with Mouse.moveTo().
It works on Windows and on Linux.
There must be a bug in your code.
 
Last edited:
Status
Not open for further replies.
Back
Top