Click or drag to resize

GCControllerMicroGamepadExtension Methods

The GCControllerMicroGamepadExtension type exposes the following members.

Methods
 NameDescription
Public methodGetElementLocalizedName Gets the native localized name of a controller element. If the element has been remapped by the user in the OS, this will return the remapped localized name.
(Inherited from GCControllerExtension)
Public methodGetElementSfSymbolsName Gets the native system symbol name of a controller element. If the element has been remapped by the user in the OS, this will return the remapped symbol name.
(Inherited from GCControllerExtension)
Public methodGetElementUnmappedLocalizedName Gets the native un-remapped localized name of a controller element.
(Inherited from GCControllerExtension)
Public methodGetElementUnmappedSfSymbolsName Gets the native un-remapped system symbol name of a controller element.
(Inherited from GCControllerExtension)
Public methodGetMotion Gets the GCMotion object for access to motion sensor values. Check hasMotionSensors to determine if the device has motion sensors.
(Inherited from GCControllerExtension)
Top
See Also