Add functionality to the top buttons, including Ctrl

This commit is contained in:
arturo182
2023-05-08 15:45:14 +02:00
parent c44f9546e3
commit 6966a62fdf
6 changed files with 35 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
#include <pico/stdlib.h>
static void key_cb(char key, enum key_state state)
static void key_cb(char key, enum key_state state, uint32_t mods)
{
(void)key;
(void)state;