<< Click to display table of contents >> TRVCamMoveMode |
A camera movement control modes for video viewers.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVCamMoveMode = (vcmmNone, vcmmToCursor, vcmmDrag);
Move Mode |
Meaning |
vcmmNone |
The component does not move the camera |
vcmmToCursor |
Click to rotate the camera to the mouse pointer |
vcmmDrag |
Click and drag (holding the mouse button) to rotate the camera to the drag direction |
See also