|  | 
| ManualPointerCameraControllerStartPointerProcessing Method | 
            StartPointerProcessing is called when the correct pointer button and keyboard is pressed to start rotating or moving the camera.
            
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxprotected virtual void StartPointerProcessing(
	Vector2 pointerPosition,
	PointerButtons pressedButtons,
	KeyboardModifiers keyboardModifiers
)
Parameters
- pointerPosition  Vector2
- pointerPosition
- pressedButtons  PointerButtons
- PointerButtons
- keyboardModifiers  KeyboardModifiers
- KeyboardModifiers
 See Also
See Also