// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_EVENTS_DEVICES_HAPTIC_TOUCHPAD_EFFECTS_H_ #define UI_EVENTS_DEVICES_HAPTIC_TOUCHPAD_EFFECTS_H_ namespace ui { enum class HapticTouchpadEffect { … }; // Modifies the intensity of effects. enum class HapticTouchpadEffectStrength { … }; } // namespace ui #endif // UI_EVENTS_DEVICES_HAPTIC_TOUCHPAD_EFFECTS_H_