| Package | Description |
|---|---|
| com.SIMRacingApps.Util |
| Modifier and Type | Method and Description |
|---|---|
static SendKeys.Driver |
SendKeys.Driver.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendKeys.Driver[] |
SendKeys.Driver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SendKeys.setDriver(SendKeys.Driver driver)
Sets the driver that sendkeys should use.
|