fxgraph icon indicating copy to clipboard operation
fxgraph copied to clipboard

Implemented the pan on the PannableCanvas using the arrow keys

Open VersusF opened this issue 5 years ago • 2 comments

Hello This is a small implementation in order to pan the PannableCanvas using the arrow keys. Hope it could help. This should solve the #7 issue that I opened about a week ago.

VersusF avatar Feb 26 '20 17:02 VersusF

Perhaps you could also have the pan speed be a property in case a user wanted to pan faster.

Col-E avatar Feb 26 '20 19:02 Col-E

I added the pan speed as a property. I also noticed that the default mouse pan works with the secondary mouse button, but this is very uncomfortable with a laptop without a mouse, so i changed it as well.

VersusF avatar Feb 27 '20 10:02 VersusF