Skip to main content

MaaControllerFeature_UseMouseDownAndUpInsteadOfClick

Constant MaaControllerFeature_UseMouseDownAndUpInsteadOfClick 

Source
pub const MaaControllerFeature_UseMouseDownAndUpInsteadOfClick: u32 = 1;
Expand description

Controller prefers touch_down/touch_move/touch_up instead of click/swipe. When set, ControllerAgent will use touch_down/touch_up to simulate click, and touch_down/touch_move/touch_up to simulate swipe.