| 55 | } |
| 56 | |
| 57 | MaaCtrlId MaaControllerPostConnection(MaaController* ctrl) |
| 58 | { |
| 59 | LogFunc << VAR_VOIDP(ctrl); |
| 60 | |
| 61 | if (!ctrl) { |
| 62 | LogError << "handle is null"; |
| 63 | return false; |
| 64 | } |
| 65 | |
| 66 | return ctrl->post_connection(); |
| 67 | } |
| 68 | |
| 69 | MaaCtrlId MaaControllerPostClick(MaaController* ctrl, int32_t x, int32_t y) |
| 70 | { |