| // Copyright 2021 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. | |
| #ifndef SRC_UI_SCENIC_LIB_INPUT_CONSTANTS_H_ | |
| #define SRC_UI_SCENIC_LIB_INPUT_CONSTANTS_H_ | |
| #include <stdint.h> | |
| namespace scenic_impl::input { | |
| uint32_t ChattyMax(); | |
| } // namespace scenic_impl::input | |
| #endif // SRC_UI_SCENIC_LIB_INPUT_CONSTANTS_H_ |