aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/window/devicemotion_event/index.html
blob: 8eccaab7658be8f528b5d7b47d7513213518e496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: Window.ondevicemotion
slug: Web/API/Window/devicemotion_event
tags:
  - API
  - Ausrichtung
  - Beschleunigungssensor
  - Bewegung
  - Eigenschaft
  - Firefox OS
  - Geräteausrichtung
translation_of: Web/API/Window/ondevicemotion
original_slug: Web/API/Window/ondevicemotion
---
<p>{{ ApiRef() }}</p>

<h2 id="Summary" name="Summary">Zusammenfassung</h2>

<p>Ein Eventhandler für das {{ event("devicemotion")}} Event, welches an das Fenster gesendet wird.</p>

<h2 id="Syntax" name="Syntax">Syntax</h2>

<pre>window.ondevicemotion = funcRef;
</pre>

<p>Die Funktion <code>funcRef</code> ist eine Referenz für eine Funktion. Diese Funktion erhält ein {{ domxref("DeviceMotionEvent") }} Objekt, welches die aufgetretene Bewegung beschreibt.</p>

<h2 id="Spezifikationen">Spezifikationen</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spezifikation</th>
   <th scope="col">Status</th>
   <th scope="col">Kommentar</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Device Orientation')}}</td>
   <td>{{Spec2('Device Orientation')}}</td>
   <td>Initial specification.</td>
  </tr>
 </tbody>
</table>

<h2 id="Browserkompatibilität">Browserkompatibilität</h2>

<p>{{ page("/en-US/docs/Web/API/DeviceMotionEvent","Browser_compatibility") }}</p>

<h2 id="Siehe_auch">Siehe auch</h2>

<ul>
 <li>{{ event("devicemotion") }}</li>
 <li>{{ domxref("DeviceMotionEvent") }}</li>
 <li><a href="/en-US/docs/Web/API/Detecting_device_orientation" title="Detecting device orientation">Detecting device orientation</a></li>
</ul>