mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
add some support for handling redraw events
This commit is contained in:
parent
c722861112
commit
bededcb4be
4 changed files with 44 additions and 11 deletions
1
input.h
1
input.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue