GCInput.GetArcadeButtonName(IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.