wip: dark/light mode adaptation
This commit is contained in:
parent
0bf8b321ae
commit
13855c2e6f
10 changed files with 125 additions and 14 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue