File:  [RetroPC.NET] / xmil / wince / winkbd.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Aug 19 20:09:20 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add...


void winkbd_keydown(WPARAM wParam, LPARAM lParam);
void winkbd_keyup(WPARAM wParam, LPARAM lParam);

#if defined(WIN32_PLATFORM_PSPC)
void winkbd_bindinit(void);
void winkbd_bindcur(UINT type);
void winkbd_bindbtn(UINT type);
#endif


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