The RCWeb Flight Control App (app/flight-control) operates in tandem with the 3D Flight Simulator, providing a native Asymmetric Pattern tilt-stick controller.

-1.0 to 1.0 percentage authority is currently being passed to each virtual control surface over the socket.DeviceOrientation (common on restricted mobile VPNs or desktops), it instantly strips the UI and swaps to a hardcoded layout of continuous-fire manual override buttons.The logic primarily revolves around math-heavy interpolation and latency optimization.
beta, gamma, and alpha baselines natively via deltaAngle normalization so the user doesn't physically strain their wrists.SEND_INTERVAL_MS = 70 heartbeat, transmitting merely ~14 lightweight string-encoded JSON payloads per second.pointerdown/up and setPointerCapture(event.pointerId) DOM implementations ensuring the user can slide their thumbs safely off buttons without the game failing to register the release command.