|
MouseCameraControllerGetIsHeadingAngleChangeInverted Method |
GetIsHeadingAngleChangeInverted returns true if mouse position is in such location that we need to invert the heading rotation direction.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual bool GetIsHeadingAngleChangeInverted(
Point mousePosition
)
Parameters
- mousePosition Point
- mousePosition
Return Value
Booleantrue if mouse position is in such location that we need to invert the heading rotation direction
See Also