Search found 2 matches
- 28 Mar 2014, 12:51
- Forum: CAD VCL
- Topic: Mouse behaviour
- Replies: 2
- Views: 16165
Re: Mouse behaviour
Thanks, I find my problem, it was the PerformCancel method.
- 26 Mar 2014, 12:24
- Forum: CAD VCL
- Topic: Mouse behaviour
- Replies: 2
- Views: 16165
Mouse behaviour
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 repa...