screen ptr/size unification, major cleanups
[picodrive.git] / platform / common / common.h
CommitLineData
e2de9939 1/* random common definitions */
f579f7b8 2
217d08bc 3#define PBTN_UP (1 << 0)
4#define PBTN_DOWN (1 << 1)
5#define PBTN_LEFT (1 << 2)
6#define PBTN_RIGHT (1 << 3)
7
e2de9939 8#define PBTN_MOK (1 << 4)
9#define PBTN_MBACK (1 << 5)
10#define PBTN_MA2 (1 << 6) /* menu action 2 */
11#define PBTN_MA3 (1 << 7)
f579f7b8 12
3b13ec65 13#define PBTN_L (1 << 8)
14#define PBTN_R (1 << 9)
3a3947cd 15
b6820926 16#define PBTN_MENU (1 << 10)
17