?? ts_fd.c
字號(hào):
/*
* tslib/src/ts_fd.c
*
* Copyright (C) 2002 Russell King.
*
* This file is placed under the LGPL. Please see the file
* COPYING for more details.
*
* $Id: ts_fd.c,v 1.1 2002/01/15 16:18:07 rmk Exp $
*
* Return the file descriptor for a touchscreen device.
*/
#include "tslib-private.h"
int ts_fd(struct tsdev *ts)
{
return ts->fd;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -