Merge branch 'master' into jgrpp

Remove 'byte' typedef
This commit is contained in:
Jonathan G Rennison
2024-05-07 17:21:50 +01:00
376 changed files with 2220 additions and 2152 deletions

View File

@@ -32,7 +32,7 @@ enum KeyStateBits {
KEYS_SHIFT,
KEYS_CAPS
};
static byte _keystate = KEYS_NONE;
static uint8_t _keystate = KEYS_NONE;
struct OskWindow : public Window {
StringID caption; ///< the caption for this window.