Click or drag to resize
Ab4d.SharpEngine logo

ManualMouseCameraControllerProcessMouseWheel Method

ProcessMouseWheel method processes the mouse wheel event and returns true if the event is handled by this method.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public bool ProcessMouseWheel(
	Vector2 mousePosition,
	float mouseWheelDelta
)

Parameters

mousePosition  Vector2
mouse position
mouseWheelDelta  Single
wheel change

Return Value

Boolean
true when the event is handled by this method
See Also