Been trying to get the Touch.Beta in script for about an hour now.
Have tried lots of things but nothing is working.
var a = runtime.objects.Touch.instVars["beta"];
Develop games in your browser. Powerful, performant & highly capable.
The Touch object just reports what the browser provides via the deviceorientation event, so you may as well just read the same value directly from the browser when using scripting.