Searched refs:calibration_func (Results 1 – 2 of 2) sorted by relevance
93 rt_touch_calibration_func_t calibration_func; member131 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()176 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()179 touch->calibration_func(emouse.x, emouse.y); in report_touch_input()202 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()246 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()249 touch->calibration_func(touch_event.x, touch_event.y); in report_touch_input()414 touch->calibration_func = (rt_touch_calibration_func_t)args; in rtgui_touch_control()
124 rt_touch_calibration_func_t calibration_func;/* 触摸函数 函数指针 */ member381 touch->calibration_func = (rt_touch_calibration_func_t)args; in rtgui_touch_control()449 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in touch_thread_entry()453 touch->calibration_func(emouse.x, emouse.y); in touch_thread_entry()
Completed in 5 milliseconds