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 isOn;
bool isTouchModeInverted; bool isTouchModeInverted;
bool isPrecise; bool isPrecise;
bool isDirty; bool isDirty; // ooh la laa
nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS]; nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS];
size_t keyboardCount; size_t keyboardCount;
} nn_screen; } nn_screen;