svgalib.h
来自「ARM9-2410教学实验系统下Linux下minigui程序」· C头文件 代码 · 共 29 行
H
29 行
/*** $Id: svgalib.h,v 1.4 2003/09/04 03:38:26 weiym Exp $**** svgalib.h: the head file of Low Level Input Engine based on SVGALib**** Copyright (C) 2003 Feynman Software.** Copyright (C) 2000 ~ 2002 Wei Yongming.**** Created by WEI Yongming, 2000/06/13*/#ifndef GUI_IAL_SVGALIB_H #define GUI_IAL_SVGALIB_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */BOOL InitSVGALibInput (INPUT* input, const char* mdev, const char* mtype);void TermSVGALibInput (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_IAL_SVGALIB_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?