File:  [RetroPC.NET] / np2 / generic / softkbd.h
Revision 1.2: download - view: text, annotated - select for diffs
Fri Mar 26 00:22:42 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix soft keyboard (T.Yui)


// まだテスト

#if defined(SUPPORT_SOFTKBD)

#include	"cmndraw.h"

#ifdef __cplusplus
extern "C" {
#endif

void softkbd_initialize(void);
void softkbd_deinitialize(void);
BOOL softkbd_getsize(int *width, int *height);
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>