Skip to main content

MaaControllerPostInactive

Function MaaControllerPostInactive 

Source
pub unsafe extern "C" fn MaaControllerPostInactive(
    ctrl: *mut MaaController,
) -> MaaCtrlId
Expand description

@brief Post an inactive request to the controller.

@param ctrl The controller handle. @return The control id of the inactive action.

@note For Win32 controllers, this restores window position (removes topmost) and unblocks user input. @note For other controllers, this is a no-op that always succeeds.