shithub: riscv

ref: 54a91861df5782fdc62ac72f8c8f3ce192f6396f
dir: /sys/src/cmd/vt/event.h/

View raw version
#define BSIZE	4000
#define MOUSE	0
#define KBD	1
#define	HOST	2
#define HOST_BLOCKED	1
#define KBD_BLOCKED	2

typedef struct IOEvent {
	short	key;
	short	size;
	uchar	data[BSIZE];
} IOEvent;