InputCodeExt Class |
[This is preliminary documentation and is subject to change.]
Namespace: RavingBots.MultiInput
public static class InputCodeExt
The InputCodeExt type exposes the following members.
Name | Description | |
---|---|---|
IsGamepad |
Returns true if given InputCode is a gamepad code.
| |
IsKeyboard |
Returns true if given InputCode is a keyboard code.
| |
IsMouse |
Returns true if given InputCode is a mouse code.
|
Name | Description | |
---|---|---|
KeyboardCustomRangeStart |
The start of reserved subrange of keyboard codes. This is the first value you can use for your custom codes.
| |
KeyboardRangeEnd |
The end of the keyboard code range (inclusive).
| |
KeyboardRangeStart |
The start of the keyboard code range. The range extends to KeyboardRangeEnd (inclusive).
| |
MouseCustomRangeStart |
The start of reserved subrange of mouse codes. This is the first value you can use for your custom codes.
| |
MouseRangeEnd |
The end of the mouse code range (inclusive).
| |
MouseRangeStart |
The start of the mouse code range. The range extends to MouseRangeEnd (inclusive).
| |
PadCustomRangeStart |
The start of reserved subrange of gamepad codes. This is the first value you can use for your custom codes.
| |
PadRangeEnd |
The end of the gamepad code range (inclusive).
| |
PadRangeStart |
The start of the gamepad code range. The range extends to PadRangeEnd (inclusive).
|