ImageEn, unit iexUserInteractions |
|
TIERotateToolInteraction.MouseSensitivity
Declaration
property MouseSensitivity: Double;
Description
Specify how much the mouse must be dragged to trigger a
MouseRotateStepTypical range is 0.1 to 10.
Note: This is not a fixed value, it is related to the control size.
Default: 1
// Increase the sensitivity of mouse movement
ImageEnView1.RotateTool.MouseSensitivity := 1.5;