blob: a289aac03928bc401f9bba06a04a25ac07f3a846 [file] [log] [blame]
// Copyright 2016 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.
#ifndef UI_EVENTS_DEVICES_STYLUS_STATE_H_
#define UI_EVENTS_DEVICES_STYLUS_STATE_H_
namespace ui {
// Current state of the stylus (ie, inside or outside of the device).
enum class StylusState { REMOVED, INSERTED };
} // namespace ui
#endif // UI_EVENTS_DEVICES_STYLUS_STATE_H_