Files
my_glut/headers/input/touch/touch_controller_L2.h

10 lines
299 B
C
Raw Permalink Normal View History

#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);