17 #ifndef __LIBFREEWRL_UI_COMMON_H__
18 #define __LIBFREEWRL_UI_COMMON_H__
23 #define SCURSE 1 //sensor hand
24 #define ACURSE 0 //arrow
25 #define NCURSE 2 //none
29 void setMenuFps(
float fps);
30 void setMenuStatus(
char *stat);
31 void setMenuStatusVP(
char *stat);
32 char* getMenuStatus();
39 void setArrowCursor();
40 void setSensorCursor();
41 void setLookatCursor();
42 void setWindowTitle0();
43 void setWindowTitle();
44 char *getMessageBar();
46 char *getWindowTitle();
47 void updateCursorStyle();
49 void update_status(
char* msg);
52 char *getMenuStatus();
53 void showConsoleText(
int on);
54 int getShowConsoleText();
56 #define snprintf _snprintf
102 #define DEL_KEY 0XFFFF
103 #define RTN_KEY 13 //what about 10 newline?