Click or drag to resize

CustomInputSource Class

Custom 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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public abstract class CustomInputSource : IDisposable

The CustomInputSource type exposes the following members.

Constructors
 NameDescription
Public methodCustomInputSource Constructor.
Top
Properties
 NameDescription
Public propertyisReady Determines if the input source is ready.
Public propertyuseApproximateMatching 
Top
Methods
 NameDescription
Public methodAddController 
Public methodAddJoystick Adds a joystick to the list of joysticks.
Public methodDispose Dispose.
Public methodGetControllers Gets a read-only list of all controllers.
Public methodGetControllersT(IListT) Gets controllers of the specified type.
Public methodGetJoysticks Gets a read-only list of all joysticks.
Public methodRemoveController 
Public methodRemoveJoystick Removes a joystick from the list of joysticks.
Public methodUpdate Called once per enabled update loop frame.
Top
See Also