pub unsafe extern "C" fn MaaKWinControllerCreate(
device_node: *const c_char,
screen_width: c_int,
screen_height: c_int,
use_win32_vk_code: MaaBool,
) -> *mut MaaControllerExpand description
@brief Create a KWin / Linux Wayland controller via PipeWire and /dev/uinput.
@deprecated Use MaaLinuxControllerCreate instead.