xpcom/system/nsIAccelerometer.idlNot scriptable1.0
28
Introduced
Gecko 2.0
Obsolete
Gecko 6.0
Inherits from:
nsIAccelerometer
Last changed in Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2)This method is only used in content tabs to receive nsIAcceleration data from the chrome process.
Method overview
void accelerationChanged(in double x, in double y, in double z); |
Methods
accelerationChanged()
void accelerationChanged( in double x, in double y, in double z );
Parameters
xyz- The coordinates of the
nsIAccelerationdata.