useful comment that is very useful

This commit is contained in:
KillTheGoblin 2025-06-08 23:58:05 +02:00
parent 6ca6652cb0
commit 33022cef36

View File

@ -23,7 +23,7 @@ typedef struct nn_screen {
bool isOn;
bool isTouchModeInverted;
bool isPrecise;
bool isDirty;
bool isDirty; // ooh la laa
nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS];
size_t keyboardCount;
} nn_screen;