Click or drag to resize

GCControllerExtension Class

Allows access to controller-specific functions.
Inheritance Hierarchy

Namespace: Rewired.Platforms.Apple.GameController
Assembly: Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class GCControllerExtension : ControllerExtension

The GCControllerExtension type exposes the following members.

Properties
 NameDescription
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertynativeDevicePointer Gets the native pointer to the GCController object. This is only useful for direct interaction with the Game Controller framework. If the pointer is unavailable or invalid, returns IntPtr.Zero.
Public propertynativePlayerIndex Gets the native player index. This corresponds to playerIndex in the Game Controller framework. This is only useful for direct interaction with the Game Controller framework.
Top
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.
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.
Public methodGetElementUnmappedLocalizedName Gets the native un-remapped localized name of a controller element.
Public methodGetElementUnmappedSfSymbolsName Gets the native un-remapped system symbol name of a controller element.
Top
See Also