Hello, due to blynk-app isn’t support landscape mode and joystick widget drag area is too small for me, I want to create custom control-app which also replace onscreen joystick to real device game controller.
But before I start, I need to know how joystick widget in official blynk-apps sending data to central server (which is “write event”). There’s rest api but as far as I know http request isn’t fast enough for realtime data exchange for joystick input purpose, is blynk-app’s joystick widget really working with http resfull api? If not, what is it and can I as community people implements those thing?