X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=input.h;fp=input.h;h=ba6c15f05f9bce912db90c7aca364c16176c91a6;hp=360b65bb4e090a3cae1d0590ae08a18f3b538dae;hb=1dd8f2036e7da6fc2e28863c9f0be589572a71da;hpb=7167e5f3376f0d0692ae102ed2df1ef5d2cc199a diff --git a/input.h b/input.h index 360b65b..ba6c15f 100644 --- a/input.h +++ b/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 @@ -70,6 +71,7 @@ enum { IN_BINDTYPE_NONE = -1, IN_BINDTYPE_EMU = 0, IN_BINDTYPE_PLAYER12, + IN_BINDTYPE_PLAYER34, IN_BINDTYPE_COUNT };