Hey, I'm going to implement a double-sided touch device, and wondering about the Joystick USB profile is best for this particular task.
I'm using touchscreen controllers rather than reading the raw output, so my data is in this shape by the time the Teensy gets it:
int[4] { x1, y1, x2, y2 }...