pub type MaaLinuxInputMethod = u64;Expand description
@brief Linux Input method
Select ONE method only.
| Method | Description |
|---|---|
| Wlr | Input using virtual-keyboard-unstable-v1 and wlr-virtual-pointer-unstable-v1 protocol |
| UInput | Input using /dev/uinput |
| Libei | Input using libei (EIS socket, e.g. the one provided by gamescope) |