project for a (works on my devices) demo
This commit is contained in:
9
headers/input/touch/touch_controller_L2.h
Normal file
9
headers/input/touch/touch_controller_L2.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user