nsIDeviceMotionData 编辑
xpcom/system/nsIDeviceMotion.idl
Scriptable This interface provides information about device motion. 1.0 66 Introduced Gecko 1.9.2 Inherits from: nsISupports
Last changed in Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3) Note: This interface was named nsIDeviceMotionData
prior to Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3).Attributes
Attribute | Type | Description |
type | unsigned long | The type of motion data reported by this object; see Motion type constants for possible values. Read only. |
x | double | The amount of tilt along the X axis. Read only. |
y | double | The amount of tilt along the Y axis. Read only. |
z | double | The amount of tilt along the Z axis. Read only. |
The values of x
, y
, and z
can range from -1 to 1, where 0 means the device is balanced on that axis. See Accelerometer values explained for details.
Constants
Motion type constants
Constant | Value | Description |
TYPE_ACCELERATION | 0 | The motion data describes device acceleration. |
TYPE_ORIENTATION | 1 | The motion data describes a device orientation chang. |
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论