Share via


GCInput.GetArcadeButtonName(IntPtr, IntPtr) Method

Definition

Get the name of the arcade button for the specified position.

public static Foundation.NSString? GetArcadeButtonName(IntPtr row, IntPtr column);
static member GetArcadeButtonName : nativeint * nativeint -> Foundation.NSString

Parameters

row
IntPtr

nativeint

The row of the arcade button.

column
IntPtr

nativeint

The column of the arcade button.

Returns

The name of the arcade button on the controller for the specified position.

Applies to