Method ProcessMouseWheel
ProcessMouseWheel(SKPoint, float, float)
Processes a mouse wheel (scroll) event and forwards it to the internal gesture detector.
public bool ProcessMouseWheel(SKPoint location, float deltaX, float deltaY)
Parameters
locationSKPointThe position of the mouse cursor in view coordinates.
deltaXfloatThe horizontal scroll delta.
deltaYfloatThe vertical scroll delta.