Tslib是一个开源的程序

源代码在线查看: tslib-private.h

软件大小: 66 K
上传用户: RSY527
关键词: Tslib 开源 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#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 __cplusplus				extern "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_ */							

相关资源