|
ManualPointerCameraControllerProcessPointerWheelChanged Method |
ProcessPointerWheelChanged method processes the pointer or mouse wheel changed event and returns true if the event is handled by this method.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public bool ProcessPointerWheelChanged(
Vector2 pointerPosition,
float wheelDelta
)
Parameters
- pointerPosition Vector2
- pointer or mouse position
- wheelDelta Single
- wheel change
Return Value
Booleantrue when the event is handled by this method
See Also