File:  [RetroPC.NET] / np2 / generic / softkbd.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Mar 25 17:51:24 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
soft keyboard test (T.Yui)


// まだテスト

#if defined(SUPPORT_SOFTKBD)

#include	"cmndraw.h"

enum {
	SOFTKBD_WIDTH	= 320,
	SOFTKBD_HEIGHT	= 40
};


#ifdef __cplusplus
extern "C" {
#endif

void softkbd_paint(CMNVRAM *vram, CMNPALCNV cnv);
BOOL softkbd_down(int x, int y);
void softkbd_up(void);

#ifdef __cplusplus
}
#endif

#endif


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