48 #define TS_CALIBTATION_WIDTH TS_CALIBRATION_WIDTH
157 CCAUXDLL_CALLING_CONV
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:54
@ TS_DEBOUNCE_TIMEOUT_TIME
Definition: TouchScreen.h:83
@ TS_MAX_RIGHTCLICK_DISTANCE
Definition: TouchScreen.h:100
@ TS_RESTORE_DEFAULT_SETTINGS
Definition: TouchScreen.h:122
@ TS_RIGHT_CLICK_TIME
Definition: TouchScreen.h:58
@ TS_LOW_LEVEL
Definition: TouchScreen.h:64
@ TS_DOUBLECLICK_MAX_CLICK_TIME
Definition: TouchScreen.h:89
@ TS_TCHAUTOCAL
Definition: TouchScreen.h:131
@ TS_DOUBLE_CLICK_TIME
Definition: TouchScreen.h:95
@ TS_USE_DEJITTER
Definition: TouchScreen.h:106
@ TS_DEBOUNCE_TIME
Definition: TouchScreen.h:76
@ TS_CALIBRATION_WIDTH
Definition: TouchScreen.h:111
@ TS_UNTOUCHLEVEL
Definition: TouchScreen.h:69
@ TS_CALIBRATION_MEASUREMENTS
Definition: TouchScreen.h:116
TouchScreenModeSettings
Definition: TouchScreen.h:38
@ TOUCH_NEXT_BOOT
Definition: TouchScreen.h:40
@ TOUCH_NOW
Definition: TouchScreen.h:42
@ MOUSE_NOW
Definition: TouchScreen.h:41
@ MOUSE_NEXT_BOOT
Definition: TouchScreen.h:39
void * TOUCHSCREENHANDLE
Definition: TouchScreen.h:34
eErr
Definition: CCAuxTypes.h:162