Not control mouse in DEBUG mode

This commit is contained in:
dijunkun
2023-10-11 16:17:13 +08:00
parent c5f2f6cf82
commit 9c16a24867
2 changed files with 9 additions and 0 deletions

View File

@@ -39,7 +39,12 @@ extern "C" {
#include "x.h"
#define NV12_BUFFER_SIZE 1280 * 720 * 3 / 2
#ifdef REMOTE_DESK_DEBUG
#define MOUSE_CONTROL 0
#else
#define MOUSE_CONTROL 1
#endif
int screen_w = 1280, screen_h = 720;
const int pixel_w = 1280, pixel_h = 720;