blob: 6113cc72548d7030de6fa369f176989a5b19d073 [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
] interface XRInputPose {
readonly attribute Float32Array pointerMatrix;
readonly attribute Float32Array? gripMatrix;
readonly attribute boolean emulatedPosition;
};