tltv / gantt

Gantt Chart Add-on for Vaadin 8
Apache License 2.0
20 stars 23 forks source link

move listener + ctrl key #57

Closed tistvan closed 7 years ago

tistvan commented 7 years ago

Hello,

Is it possible to detect if the user is holding the ctrl key when he moves the steps? A similar feature is available in the click listener.

Thanks

tltv commented 7 years ago

Added MouseEventDetails to move and resize events. Check ctrl key by event.getDetails().isCtrlKey().