#include "touch_data.h" touch_coordinates* TC_L2_getAABB( touch_event **events, uint8_t count); float TC_L2_get_width( touch_event **events, uint8_t count); float TC_L2_get_angle( touch_event **events, uint8_t count); touch_coordinates* TC_L2_get_midpoint( touch_event **events, uint8_t count);