guiconf.h

来自「Very very small GUI. Usefull for small s」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef GUICONF_H
#define GUICONF_H

#define GUI_OS                    (0)  /* Compile with multitasking support */
#define GUI_SUPPORT_TOUCH         (0)  /* Support a touch screen (req. win-manager) */
#define GUI_SUPPORT_UNICODE       (0)  /* Support mixed ASCII/UNICODE strings */


#define GUI_WINSUPPORT            1  /* Window manager package available */
#define GUI_SUPPORT_MEMDEV        0  /* Memory devices available */
#define GUI_SUPPORT_AA            0  /* Anti aliasing available */

#define GUI_DEBUG_LEVEL			GUI_DEBUG_LEVEL_LOG_ALL

#define GUI_DEFAULT_BKCOLOR 		GUI_BLACK
#define	GUI_DEFAULT_COLOR 			GUI_WHITE

#define WM_START_CAP_TEST 			WM_USER+1
#define WM_CAP_NOT_SELECTED			WM_USER+2
#define WM_CAP_AIR_TEST 			WM_USER+3
	
#endif  /* Avoid multiple inclusion */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?