Files
device_oneplus_instantnoodlep/touch/include/TouchscreenGestureConfig.h
Bruno Martins fcee55b846 instantnoodlep: Switch to Touch AIDL
Change-Id: I92a19fedb9ea482616c2e3d550e30b69d2a3a5c7
2025-04-25 22:21:31 +01:00

23 lines
553 B
C++

/*
* SPDX-FileCopyrightText: 2025 The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "TouchscreenGesture.h"
namespace aidl {
namespace vendor {
namespace lineage {
namespace touch {
const int TouchscreenGesture::kSupportedGestures = makeBitField(
kGestureUpVee, kGestureLeftVee, kGestureRightVee, kGestureCircle, kGestureDoubleSwipe,
kGestureUpToDown, kGestureM, kGestureW, kGestureSingleTap, kGestureS);
} // namespace touch
} // namespace lineage
} // namespace vendor
} // namespace aidl