| 118 | } |
| 119 | |
| 120 | bool KWinControlUnitMgr::click(int x, int y) |
| 121 | { |
| 122 | LogError << "deprecated: get_features() returns MaaControllerFeature_UseMouseDownAndUpInsteadOfClick, " |
| 123 | "use touch_down/touch_up instead" |
| 124 | << VAR(x) << VAR(y); |
| 125 | return false; |
| 126 | } |
| 127 | |
| 128 | bool KWinControlUnitMgr::swipe(int x1, int y1, int x2, int y2, int duration) |
| 129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected