i want to send input to my android from Teensy.
touch at specify position (x,y) is working with example code.
but want to send like [swipe left , swipe right, swipe up, swipe down] from given position to given position.
in Teensyduino i found
TouchscreenUSB.press(0, x,y);
and
TouchscreenUSB.release(0);
is there any function to swipe on display??????