51#define TS_CALIBTATION_WIDTH TS_CALIBRATION_WIDTH
unsigned short uint16_t
Definition: CCAuxTypes.h:38
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_setMouseRightClickTime(TOUCHSCREENHANDLE, uint16_t time)
EXTERN_C CCAUXDLL_API void CCAUXDLL_CALLING_CONV TouchScreen_release(TOUCHSCREENHANDLE)
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_setAdvancedSetting(TOUCHSCREENHANDLE, TSAdvancedSettingsParameter param, uint16_t data)
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_getMode(TOUCHSCREENHANDLE, TouchScreenModeSettings *config)
EXTERN_C CCAUXDLL_API TOUCHSCREENHANDLE CCAUXDLL_CALLING_CONV GetTouchScreen(void)
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_getMouseRightClickTime(TOUCHSCREENHANDLE, uint16_t *time)
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_getAdvancedSetting(TOUCHSCREENHANDLE, TSAdvancedSettingsParameter param, uint16_t *data)
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV TouchScreen_setMode(TOUCHSCREENHANDLE, TouchScreenModeSettings config)
TSAdvancedSettingsParameter
Definition: TouchScreen.h:57
@ TS_DEBOUNCE_TIMEOUT_TIME
Definition: TouchScreen.h:86
@ TS_MAX_RIGHTCLICK_DISTANCE
Definition: TouchScreen.h:103
@ TS_RESTORE_DEFAULT_SETTINGS
Definition: TouchScreen.h:125
@ TS_RIGHT_CLICK_TIME
Definition: TouchScreen.h:61
@ TS_LOW_LEVEL
Definition: TouchScreen.h:67
@ TS_DOUBLECLICK_MAX_CLICK_TIME
Definition: TouchScreen.h:92
@ TS_TCHAUTOCAL
Definition: TouchScreen.h:134
@ TS_DOUBLE_CLICK_TIME
Definition: TouchScreen.h:98
@ TS_USE_DEJITTER
Definition: TouchScreen.h:109
@ TS_DEBOUNCE_TIME
Definition: TouchScreen.h:79
@ TS_CALIBRATION_WIDTH
Definition: TouchScreen.h:114
@ TS_UNTOUCHLEVEL
Definition: TouchScreen.h:72
@ TS_CALIBRATION_MEASUREMENTS
Definition: TouchScreen.h:119
TouchScreenModeSettings
Definition: TouchScreen.h:41
@ TOUCH_NEXT_BOOT
Definition: TouchScreen.h:43
@ TOUCH_NOW
Definition: TouchScreen.h:45
@ MOUSE_NOW
Definition: TouchScreen.h:44
@ MOUSE_NEXT_BOOT
Definition: TouchScreen.h:42
void * TOUCHSCREENHANDLE
Definition: TouchScreen.h:37
eErr
Definition: CCAuxTypes.h:162