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