Search for function for teensy "Swipe up/down/left/right on connected android touch screen"

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??????

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.