File:  [RetroPC.NET] / np2 / win9x / winkbd.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:58:50 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036
Neko Project II


enum {
	KEY_PC98		= 0,
	KEY_KEY101		= 1,
	KEY_KEY106		= 2,
	KEY_TYPEMAX		= 3,
	KEY_UNKNOWN		= 0xff
};

#ifdef __cplusplus
extern "C" {
#endif

void winkeyinit106(void);
void winkeydown106(WPARAM wParam, LPARAM lParam);
void winkeyup106(WPARAM wParam, LPARAM lParam);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>