Click or drag to resize
AB4D logo

MouseCameraControllerStartMouseProcessing(Point, Boolean, Boolean, Boolean, ModifierKeys) Method

StartMouseProcessing is called when the correct mouse button and keyboard is pressed to start rotating or moving the camera.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual void StartMouseProcessing(
	Point mousePosition,
	bool isLeftButtonPressed,
	bool isMiddleButtonPressed,
	bool isRightButtonPressed,
	ModifierKeys keyboardModifiers
)

Parameters

mousePosition  Point
mousePosition
isLeftButtonPressed  Boolean
true if Left button is pressed
isMiddleButtonPressed  Boolean
true if Middle button is pressed
isRightButtonPressed  Boolean
true if Right button is pressed
keyboardModifiers  ModifierKeys
keyboardModifiers
See Also