[feat] add a control bar shortcut menu for sending Ctrl+Alt+Del and remote lock commands

This commit is contained in:
dijunkun
2026-05-25 15:57:31 +08:00
parent 15bd9e9fdc
commit ce004af379
7 changed files with 92 additions and 10 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ typedef enum {
wheel_horizontal
} MouseFlag;
typedef enum { key_down = 0, key_up } KeyFlag;
typedef enum { send_sas = 0 } ServiceCommandFlag;
typedef enum { send_sas = 0, lock_workstation } ServiceCommandFlag;
typedef struct {
float x;
float y;
@@ -235,4 +235,4 @@ class DeviceController {
// virtual int Unhook();
};
} // namespace crossdesk
#endif
#endif