wip: dark/light mode adaptation

This commit is contained in:
Hane 2024-11-20 19:21:37 +01:00
commit 13855c2e6f
10 changed files with 125 additions and 14 deletions

View file

@ -36,6 +36,11 @@
#define LSTRING_UNNAMED_SESSION L"Unnamed session"
//INIT BACK
enum ProcessedNativeEvent {
NONE = 0,
LIGHT_MODE = (1 << 0),
};
enum AudioChannel {
CHANNEL_LEFT = (1 << 0),
CHANNEL_RIGHT = (1 << 1),