Method ProcessMouseWheel
ProcessMouseWheel(SKPoint, float, float)
Processes a mouse wheel (scroll) event.
public bool ProcessMouseWheel(SKPoint location, float deltaX, float deltaY)
Parameters
locationSKPointThe location of the mouse pointer.
deltaXfloatThe horizontal scroll delta.
deltaYfloatThe vertical scroll delta.
Returns
- bool
True if the event was handled.