Click or drag to resize

CustomPlatformInputSource Class

Custom platform input source base class.
Inheritance Hierarchy
SystemObject
  Rewired.Platforms.CustomCustomInputSource
    Rewired.Platforms.CustomCustomPlatformInputSource

Namespace: Rewired.Platforms.Custom
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class CustomPlatformInputSource : CustomInputSource

The CustomPlatformInputSource type exposes the following members.

Properties
 NameDescription
Public propertyisReady Determines if the input source is ready.
(Inherited from CustomInputSource)
Public propertyuseApproximateMatching
(Inherited from CustomInputSource)
Top
Methods
 NameDescription
Public methodAddJoystick Adds a joystick to the list of joysticks.
(Inherited from CustomInputSource)
Public methodDispose Dispose.
(Inherited from CustomInputSource)
Public methodGetJoysticks Gets a read-only list of all joysticks.
(Inherited from CustomInputSource)
Public methodRemoveJoystick Removes a joystick from the list of joysticks.
(Inherited from CustomInputSource)
Public methodUpdate Called once per enabled update loop frame.
(Inherited from CustomInputSource)
Top
See Also