Custom | 
public abstract class CustomPlatformInputSource : CustomInputSource
The CustomPlatformInputSource type exposes the following members.
| Name | Description | |
|---|---|---|
| isReady | 
            Determines if the input source is ready.
             (Inherited from CustomInputSource)  | |
| useApproximateMatching | (Inherited from CustomInputSource)  | 
| Name | Description | |
|---|---|---|
| AddJoystick | 
            Adds a joystick to the list of joysticks.
             (Inherited from CustomInputSource)  | |
| Dispose | 
            Dispose.
             (Inherited from CustomInputSource)  | |
| GetJoysticks | 
            Gets a read-only list of all joysticks.
             (Inherited from CustomInputSource)  | |
| RemoveJoystick | 
            Removes a joystick from the list of joysticks.
             (Inherited from CustomInputSource)  | |
| Update | 
            Called once per enabled update loop frame.
             (Inherited from CustomInputSource)  |