shithub: npe

ref: aae3169cd7a839619bf1c43a152ebbf7489202d1
dir: /libnpe_sdl2/_sdl.h/

View raw version
#include <SDL2/SDL.h>
#include <sys/stat.h>
#include <stdint.h>
#include <tos.h>
#include <draw.h>
#include <memdraw.h>
#include <mouse.h>
#include <cursor.h>
#include <plumb.h>
#include "_npe.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);