From c32682b053bad2602a8c910cc7e4106acaefade1 Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 18 Mar 2022 00:13:02 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/window/ondevicemotion/index.html | 59 ----------------------- 1 file changed, 59 deletions(-) delete mode 100644 files/ja/web/api/window/ondevicemotion/index.html (limited to 'files/ja/web/api/window') diff --git a/files/ja/web/api/window/ondevicemotion/index.html b/files/ja/web/api/window/ondevicemotion/index.html deleted file mode 100644 index aefd927e24..0000000000 --- a/files/ja/web/api/window/ondevicemotion/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -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 ---- -
{{APIRef("Device Orientation Events")}}
- -

Windows に対して送信される {{domxref("Window/devicemotion_event", "devicemotion")}} イベントのためのイベントハンドラーです。

- -

構文

- -
window.ondevicemotion = funcRef;
- -

funcRef のところは関数への参照です。この関数は発生した動きを説明する {{DOMxRef("DeviceMotionEvent")}} オブジェクトを受け取ります。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("Device Orientation")}}{{Spec2("Device Orientation")}}Initial definition.
- -

ブラウザーの互換性

- -

{{Compat("api.Window.ondevicemotion")}}

- -

関連情報

- - -- cgit v1.2.3-54-g00ecf