aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Harrison <slumpwuffle@google.com>2024-04-05 14:44:26 -0700
committerLars Harrison <slumpwuffle@google.com>2024-04-05 14:44:26 -0700
commit702a98f237c2012fcae46b4480a9e289b373d89d (patch)
tree40b7b59ee897b7329026518617fd2451f5a25d20
parent28964186e78366fc13a8028bb348a42af1c1a12d (diff)
downloadaemu-702a98f237c2012fcae46b4480a9e289b373d89d.tar.gz
Add QtRawKeyboardInput feature
This adds the QtRawKeyboardInput feature to the feature control. Change-Id: I013457d70040d7100e6733a865a48872db6bda5e
-rw-r--r--host-common/include/host-common/FeatureControlDefHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-common/include/host-common/FeatureControlDefHost.h b/host-common/include/host-common/FeatureControlDefHost.h
index bc59744..2376448 100644
--- a/host-common/include/host-common/FeatureControlDefHost.h
+++ b/host-common/include/host-common/FeatureControlDefHost.h
@@ -82,3 +82,4 @@ FEATURE_CONTROL_ITEM(NetsimCliUi, 94)
FEATURE_CONTROL_ITEM(WiFiPacketStream, 95)
FEATURE_CONTROL_ITEM(VulkanAllocateDeviceMemoryOnly, 98)
FEATURE_CONTROL_ITEM(VulkanAllocateHostMemory, 99)
+FEATURE_CONTROL_ITEM(QtRawKeyboardInput, 100)