 |
ManualInputEventsManagerOnPointerWheelChanged Method |
OnPointerWheelChanged
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxprotected void OnPointerWheelChanged(
Vector2 pointerPosition,
PointerButtons pressedButtons,
float wheelDelta,
bool isHorizontalWheel
)
Parameters
- pointerPosition Vector2
- pointerPosition
- pressedButtons PointerButtons
- pressedButtons
- wheelDelta Single
- wheel change
- isHorizontalWheel Boolean
- isHorizontalWheel
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ManualInputEventsManager.OnPointerWheelChanged(System.Numerics.Vector2,Ab4d.SharpEngine.Common.PointerButtons,System.Single,System.Boolean)"]
See Also