Contents

mappedPhysicalInputNames(forElementAlias:)

Returns the physical input elements to which the user remaps the given input element.

Declaration

func mappedPhysicalInputNames(forElementAlias elementAlias: String) -> Set<String>

Parameters

Return Value

The names of the physical input element to which the user remaps the given element.

Discussion

For example, if the user maps a physical press of A button , B button, and X button to button B, then passing GCInputButtonB returns a set that contains GCInputButtonA, GCInputButtonB, and GCInputButtonX.

See Also

Remapping input elements