修改了一些逻辑
This commit is contained in:
+4
-2
@@ -39,8 +39,10 @@ typedef struct
|
||||
windows_stack *windows;
|
||||
windows_stack *last_windows;
|
||||
//touch_device *touch; //Ò»¸öUI¹ÒÔØÒ»¸ö´¥¿ØÉ豸
|
||||
uint8_t refresh_ui_flag;
|
||||
|
||||
int window_move_x;
|
||||
int window_move_y;
|
||||
uint8_t refresh_ui_flag:1;
|
||||
uint8_t window_move_lock:1;
|
||||
}UI;
|
||||
|
||||
void Inteface_SetCursor(uint16_t Xpos, uint16_t Ypos);
|
||||
|
||||
Reference in New Issue
Block a user