TVideoGrabber.v360_MouseAction

Prev

Next

TVideoGrabber

Properties

 




































































































360° video: specifies how the mouse can control the motion in the 360 video


Declaration
property v360_MouseAction: TV360_MouseAction read Getv360_MouseAction write Setv360_MouseAction default DEF_v360_MouseAction;


__property TV360_MouseAction v360_MouseAction==Getv360_MouseAction, write=Setv360_MouseAction, default=2;

Description

When enabled:

- the motion of the mouse controls the point of view (horizontal / vertical)

- the mouse wheel controls the output angles (zoom)

TV360_MouseAction possible values:

ma_Disabled: the mouse does not control the point of view.

ma_MouseUp: the point of view is updated when releasing the mouse button

ma_MouseMove: the point of view is updated while the mouse is moving

Note that the point of view can also be updated programmatically with v360_SetYawPitchRoll or v360_AddYawPitchRoll.


See Also
v360_AddYawPitchRoll v360_AspectRatio v360_Enabled v360_GetAngle v360_GetYawPitchRoll v360_MasterAngle v360_MouseActionPercent v360_ResetAnglesToDefault v360_SetAngle v360_SetInterpolation v360_SetProjection v360_SetStereoFormat v360_SetTranspose v360_SetYawPitchRoll