Mouse behaviour
Posted: 26 Mar 2014, 12:24
Hi,
1.
I try to change the mouse's behaviour with the DrawingNavigator.
I would like to be able to move the drawing on the left click instead of the right click.
So I change the MouseDown and MouseMove methods, which seems to work fine, the MovePictureRect is called properly.
But the drawing is repainted only when the button is released for the left button when it is still repainted during the move for the middle button !?
2.
Is there any simple way to know which entity is under the mouse? Like focus or hovering entity?
Thank you.
1.
I try to change the mouse's behaviour with the DrawingNavigator.
I would like to be able to move the drawing on the left click instead of the right click.
So I change the MouseDown and MouseMove methods, which seems to work fine, the MovePictureRect is called properly.
But the drawing is repainted only when the button is released for the left button when it is still repainted during the move for the middle button !?
2.
Is there any simple way to know which entity is under the mouse? Like focus or hovering entity?
Thank you.