Share via


GCControllerTouchpadHandler Delegate

Definition

public delegate void GCControllerTouchpadHandler(GCControllerTouchpad touchpad, float xValue, float yValue, float buttonValue, bool buttonPressed);
type GCControllerTouchpadHandler = delegate of GCControllerTouchpad * single * single * single * bool -> unit

Parameters

xValue
Single
yValue
Single
buttonValue
Single
buttonPressed
Boolean

Applies to