X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=input.h;h=ba6c15f05f9bce912db90c7aca364c16176c91a6;hb=bededcb4be20a22ec63d8fa6a77de093d9fc9fa7;hp=360b65bb4e090a3cae1d0590ae08a18f3b538dae;hpb=62e581e179cc311c345ae95a351551fca40b0619;p=libpicofe.git 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 };