testutils.h

来自「tslib-0.1.1.rar 源码 触摸屏 管理」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef _TESTUTILS_H#define _TESTUTILS_H/* *  tslib/tests/testutils.h * *  Copyright (C) 2004 Michael Opdenacker <michaelo@handhelds.org> * * This file is placed under the LGPL. * * $Id: testutils.h * * Misc utils for ts test programs */void getxy(struct tsdev *ts, int *x, int *y);void ts_flush (struct tsdev *ts);#endif /* _TESTUTILS_H */

⌨️ 快捷键说明

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