Enum InputDriver
The input driver for a IInput
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public enum InputDriver
Fields
Name | Description |
---|---|
DirectInput | Microsoft DirectInput |
Keyboard | API agnostic keyboard driver. |
Libevdev | Linux evdev API using libevdev |
None | No input driver. Reserved for internal use. Do not use for emulator handled input, that is represented by Passthrough |
Passthrough | Passthrough driver delegates input configuration to the emulator. Generally used for native solutions involving libUSB or other non-standard peripherals. |
XInput | Microsoft XInput |