ref: 2d093d2651d333cbd4eec7747595da947eb4952b
dir: /libnpe_sdl2/_sdl.h/
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);