#define FRAME_COLOR2 0, 0, 0, 0.6, 0
#define TEXT_FONTSIZE 10, 10
+#if 0
static void UIG_DrawFrame(float x, float y, float w, float h)
{
// bottom
if(w != 0 && h != 0)
DrawQ_ResetClipArea();
}
+#endif
void UI_Init(void)
{
const char* UI_GetCaption(ui_item_t item)
{
+ return NULL;
}
void UI_SetCaption(ui_item_t item, const char * caption)
{
if(ui_callback_list[key_dest - 3].flag & UI_SLOTUSED && ui_callback_list[key_dest - 3].keydown)
ui_callback_list[key_dest - 3].keydown(num, ascii);
-}
\ No newline at end of file
+}