tslib-private.h

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

H
34
字号
#ifndef _TSLIB_PRIVATE_H_#define _TSLIB_PRIVATE_H_/* *  tslib/src/tslib-private.h * *  Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. * * $Id: tslib-private.h,v 1.2 2002/06/17 17:21:43 dlowder Exp $ * * Internal touch screen library definitions. */#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#include "tslib.h"#include "tslib-filter.h"struct tsdev {	int fd;	struct tslib_module_info *list;};int __ts_attach(struct tsdev *ts, struct tslib_module_info *info);int ts_load_module(struct tsdev *dev, const char *module, const char *params);int ts_error(const char *fmt, ...);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* _TSLIB_PRIVATE_H_ */

⌨️ 快捷键说明

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