How to make virtual joystick trigger thumbstick button press/release events?

The only way to fake input currently is to do it in C++, you’d need to look at the virtual joystick to see what it does. What is your plan to simulate the press/release events of the stick on a touchscreen though?