arunkumarmunusamy / bitfighter

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

vertex dragging with shift deselects vertex first #505

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Editor: vertex dragging with shift deselects vertex first

Original issue reported on code.google.com by watusim...@bitfighter.org on 29 Apr 2015 at 6:12

GoogleCodeExporter commented 9 years ago
I've spent time on this (twice!) and I do not see an easy way to do this.  The 
problem is that the SHIFT+CLICK is done before the onMouseDragged() event.  
Being two separate events makes it difficult to tie them together for this 
specific case.  

We'd have to figure out how to know that the user was going to drag the items 
in the SHIFT+CLICK event, which I'm not sure is possible.

Closing as WontFix since the simple solution is to just let go of SHIFT.  This 
can be reopened if anyone has better ideas.

Original comment by buckyballreaction on 30 Apr 2015 at 1:50

GoogleCodeExporter commented 9 years ago
Sorry... I saw your comment as a challenge :-)

Original comment by watusim...@bitfighter.org on 30 Apr 2015 at 6:19