blob: cbcb28c91501fab2bd4c1b9a58cfd479406ddc9c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
SecureContext,
OriginTrialEnabled=WebXR,
Constructor(DOMString type, XRInputSourceEventInit eventInitDict)
] interface XRInputSourceEvent : Event {
readonly attribute XRPresentationFrame frame;
readonly attribute XRInputSource inputSource;
};