blob: d399910ca41ee8097a11aabfd6fb0447ee79f5c7 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.ui.scenic;
using fuchsia.ui.gfx;
using fuchsia.ui.input;
using fuchsia.ui.vectorial;
using fuchsia.ui.views;
union Command {
1: fuchsia.ui.gfx.Command gfx;
2: fuchsia.ui.vectorial.Command vectorial;
3: fuchsia.ui.views.Command views;
4: fuchsia.ui.input.Command input;
};