📄 k_point2.h
字号:
/*********************************************************************/
/* */
/* PROGRAM : key_point2 Data Definition */
/* SYSTEM : DT-800 */
/* FILE : k_point2.h */
/* VERSION : 1.00 */
/* AUTHOR : CASIO COMPUTER CO.,LTD */
/* DATA OF GET : 97/07/10 */
/* DATA OF UPDATE : */
/* FUNCTION : */
/* HISTORY : 97/07/11 : 1.00 */
/* */
/* Copyright(C) 1997 CASIO COMPUTER CO.,LTD. All rights reserved. */
/*********************************************************************/
/****************************/
/* Symbol Definition */
/****************************/
#define KEY_TOUCH_ON 1 /* Pen is on touchscreen */
#define KEY_TOUCH_OFF 0 /* Pen is not on touchscreen */
/****************************/
/* Struct Definition */
/****************************/
typedef struct stTchGet
{
UW x; /* Fetching coordinates X coodinate */
UW y; /* Fetching coordinates Y coodinate */
UB stat; /* status of calling this function */
} TCH_INP2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -