Home > @rainway/native > RainwayInput_Tag
RainwayInput_Tag enum
Signature:
export declare enum RainwayInput_Tag
Enumeration Members
Member | Value | Description |
---|---|---|
RainwayInputGamepadReport | 1 | |
RainwayInputGamepadRumble | 2 | |
RainwayInputKeyboardInput | 7 | |
RainwayInputLogicalInput | 8 | |
RainwayInputMouseAbsolute | 3 | |
RainwayInputMouseClick | 5 | |
RainwayInputMouseRelative | 4 | |
RainwayInputMouseScroll | 6 | |
RainwayInputPenAbsolute | 10 | |
RainwayInputSetClipboardText | 12 | |
RainwayInputTouchesAbsolute | 9 | |
RainwayInputUnknown | 0 | |
RainwayInputViewportResize | 11 |