Click or drag to resize

CustomInputSourceController Class

Custom input source Controller base class.
Inheritance Hierarchy
SystemObject
  Rewired.Platforms.CustomCustomInputSourceController
    Rewired.Platforms.CustomCustomInputSourceJoystick

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 Controller

The CustomInputSourceController type exposes the following members.

Properties
  NameDescription
Public propertycustomIdentifier
A user-defined object containing identifying information for this controller. This can be used to match to a controller definition.
Public propertycustomName
Custom name for this controller, if any.
Public propertydeviceInstanceGuid
Unique persistent device guid of the controller. Only set this if controllers can be uniquely identified on this platform across application sessions and system power cycles.
Public propertydeviceName
The device name of the controller.
Public propertyisConnected
Determines if the controller is connected.
Top
Methods
  NameDescription
Public methodConnect
Connect the controller.
Public methodDisconnect
Disconnect the controller.
Public methodUpdate
Update function. Called when input should be updated.
Top
Events
See Also