IRawInputSource
Summary
Definition
Namespace: SDT4.Managed.Input.Custom
Assembly: SDT4.Managed.Input.dll
interface IRawInputSource
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; SourceId |
Guid | A globally unique identifier for this input source. |
public get; ButtonChannels |
String[] | An immutable list of available button inputs |
public get; AxisChannels |
String[] | An immutable list of available axis inputs |
Methods
public Void Initialize()
Summary: Called by RawInputIngestion when the input source is attached
public Void Poll(RawInputCommands commands)
Summary: Called by RawInputIngestion when polling is invoked by the engine
Parameters:
commands(RawInputCommands): Dispatch delegates provided