void uinput_report_mbutton_event(UInput* thiz, int press); void uinput_report_rbutton_event(UInput* thiz, int press); o 上报mouse移动事件 void uinput_report_move_event(UInput* thiz, int x, int y); o 上报按键事件 void uinput_report_key_event(UInput* thiz, unsigned short key, int press...