Mouse |
Name | Description | |
---|---|---|
ProcessMouseMove(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. | |
ProcessMouseMove(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. |