Skip to main content

MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick

Constant MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick 

Source
pub const MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick: u32 = 2;
Expand description

Controller prefers key_down/key_up instead of click_key. When set, ControllerAgent will use key_down + key_up to simulate click_key.