Multitouch/gesture API

I’ve read the release notes of FP10.1
http://labs.adobe.com/technologies/flashplayer10/features.html

Multi-touch and gestures Developers can take advantage of the latest hardware and operating system user interaction capabilities using new ActionScript 3 APIs for multi-touch and native gesture events. Create multi-touch aware content for a wide range of devices and multi-touch capable machines running Microsoft Windows 7. Interact with multiple objects simultaneously or work with native gestures, such as pinch, scroll, rotate, scale and two-finger tap. Multi-touch support in Flash Player 10.1 is not available for Android.

[…]

Accelerometer input
A new Accelerometer class allows developers to read acceleration values in X, Y and Z axes from native device accelerometer sensors in ActionScript. Leverage accelerometer input on supported devices for user input control. Developers can specify the rate of accelerometer updates to conserve battery life.

Where may I find something about that API/s?