InputTag enumeration
Tag indicating the type of input.
public enum InputTag
Values
name | value | description |
---|---|---|
Unknown | 0 | Unknown input. |
GamepadReport | 1 | Gamepad rumble input. |
GamepadRumble | 2 | Gamepad report input. |
MouseAbsolute | 3 | Mouse absolute position input. |
MouseRelative | 4 | Mouse relative position input. |
MouseClick | 5 | Mouse click input. |
MouseScroll | 6 | Mouse scroll input. |
KeyboardInput | 7 | Keyboard input. |
LogicInput | 8 | Logical input. |
TouchesAbsolute | 9 | Touches input. |
PenAbsolute | 10 | Pen input. |
ViewportResize | 11 | Viewport resize input. |
SetClipboardText | 12 | Set clipboard input. |
See Also
- namespace Rainway.SDK