shithub: npe

ref: 6a93414a2883e0ad4611f249810bd6b46f0a9f7c
dir: /libnpe_sdl2/_sdl.h/

View raw version
struct npe_sdl {
	Mousectl *mctl;
	Mouse m, om;
	int hints;
	int mredraw;
	int fullredraw;
	int textinput;
};

enum {
	Altf4noclose = 1<<0,
};

extern struct npe_sdl npe_sdl;

int npe_init_input(void);