 |
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: 12.0.9484.2048
Syntaxprotected 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