--- title: vrdisplaypresentchange slug: Web/API/Window/vrdisplaypresentchange_event translation_of: Web/API/Window/vrdisplaypresentchange_event ---
{{APIRef}}{{SeeCompatTable}}

WebVR API の vrdisplaypresentchange イベントは,VRデバイスの表示状態が変化したときに発火します — つまり,表示状態から非表示になったとき,あるいはその逆のケースです.

Bubbles No
Cancelable No
Target objects {{domxref("Window")}}
Interface {{domxref("Event")}}

TBD.

継承

vrdisplaypresentchange イベントは {{domxref("Event")}} インターフェイスを実装しています — このインターフェイスで定義されているプロパティとメソッドを利用可能です.

仕様

Specification Status Comment
{{SpecName('WebVR', '#dom-window-onvrdisplaypresentchange', 'vrdisplaypresentchange')}} {{Spec2('WebVR')}} Initial definition

ブラウザの互換性

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

参照