--- title: Window.ondevicemotion slug: Web/API/Window/ondevicemotion tags: - API - Device Orientation - Event Handler - Mobile - Motion - Orientation - Property - Reference - イベントハンドラー - プロパティ - モバイル - 向き - 端末の向き translation_of: Web/API/Window/ondevicemotion ---
Windows に対して送信される {{domxref("Window/devicemotion_event", "devicemotion")}} イベントのためのイベントハンドラーです。
window.ondevicemotion = funcRef;
funcRef
のところは関数への参照です。この関数は発生した動きを説明する {{DOMxRef("DeviceMotionEvent")}} オブジェクトを受け取ります。
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName("Device Orientation")}} | {{Spec2("Device Orientation")}} | Initial definition. |
{{Compat("api.Window.ondevicemotion")}}