screen ptr/size unification, major cleanups
[libpicofe.git] / common / common.h
CommitLineData
e31266dd 1/* random common definitions */
b8464531 2
13b692eb 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
e31266dd 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)
b8464531 12
34581c95 13#define PBTN_L (1 << 8)
14#define PBTN_R (1 << 9)
fe017393 15
fce20e73 16#define PBTN_MENU (1 << 10)
17