add some support for handling redraw events

This commit is contained in:
kub 2022-09-16 17:08:34 +00:00
parent c722861112
commit bededcb4be
4 changed files with 44 additions and 11 deletions

View file

@ -21,6 +21,7 @@
#define PBTN_MENU (1 << 10)
#define PBTN_CHAR (1 << 11) /* character (text input) */
#define PBTN_RDRAW (1 << 12) /* redraw event */
// TODO: move to pico
#if 0