windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/common/inc/gesturep.h

17 lines
252 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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