Custom scripts, extra keys for pipe

This commit is contained in:
Niellune
2026-03-29 18:24:18 +03:00
parent 525d8168b6
commit a70bbec360
7 changed files with 188 additions and 34 deletions
+3 -1
View File
@@ -8,7 +8,7 @@
#include "protocol/connection.h"
#include "renderer.h"
#define REDRAW_REQUEST 5
#define TOAST_TIME 3
class Application
{
@@ -27,6 +27,8 @@ private:
bool fullscreen = false;
bool mouseDown = false;
int8_t latestState = PROTOCOL_STATUS_UNKNOWN;
uint32_t showToast = false;
std::string toast = "";
};
bool setAudioDriver();