windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/common/inc/gesturep.h
2020-09-26 16:20:57 +08:00

17 lines
252 B
C

#ifndef __INC_GESTURE_P_H__
#define __INC_GESTURE_P_H__
#define GESTURE_UNDEFINED 0xf0ff
#ifdef __cplusplus
extern "C" {
#endif
int GestureNameToID(char *szName);
char *GestureIDToName(int iID);
#ifdef __cplusplus
}
#endif
#endif