Skip to main content

MaaKWinControllerCreate

Function MaaKWinControllerCreate 

Source
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 MaaController
Expand description

@brief Create a KWin / Linux Wayland controller via PipeWire and /dev/uinput.

@deprecated Use MaaLinuxControllerCreate instead.