Description
The ISystemDeviceInterface provides a means for devices to communicate directly with the Exodus Platform. The system communicates with devices
over the IDevice interface, and devices communicate back
with the system over this interface.
Path functions
|
Name |
Description |
 |
GetCapturePath |
|
Logging functions
|
Name |
Description |
 |
WriteLogEvent |
|
System execution functions
|
Name |
Description |
 |
FlagStopSystem |
|
 |
IsSystemRollbackFlagged |
|
 |
SystemRollbackTime |
|
 |
SetSystemRollback |
|
 |
PerformingSingleDeviceStep |
|
Input functions
|
Name |
Description |
 |
TranslateKeyCode |
|
 |
TranslateJoystickButton |
|
 |
TranslateJoystickAxisAsButton |
|
 |
TranslateJoystickAxis |
|
 |
HandleInputKeyDown |
|
 |
HandleInputKeyUp |
|
 |
HandleInputAxisUpdate |
|
 |
HandleInputScrollUpdate |
|
See also