Click or drag to resize
AB4D logo

MouseCameraControllerProcessMouseMove Method

Overload List
 NameDescription
Protected methodProcessMouseMove(Double, Double, MouseEventArgs) ProcessMouseMove handles mouse moves and calls the RotateCamera or the MoveCamera method based on the MouseCameraController settings and pressed modifier keys. The method can be overridden to move the camera based on some custom logic.
Protected methodProcessMouseMove(Double, Double, Point, Boolean, Boolean, Boolean, ModifierKeys) ProcessMouseMove handles mouse moves and calls the RotateCamera or the MoveCamera method based on the MouseCameraController settings and pressed modifier keys. The method can be overridden to move the camera based on some custom logic.
Top
See Also