Only server can capture screen and control mouse

This commit is contained in:
dijunkun
2024-06-07 14:07:22 +08:00
parent efb165b56f
commit 4b3839aa34
3 changed files with 8 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ class MainWindow {
char input_password_[7] = "";
char remote_id_[20] = "";
char client_password_[20] = "";
bool is_client_ = false;
private:
int screen_width_ = 1280;