Searched defs:InputReaderConfiguration (Results 1 – 1 of 1) sorted by relevance
52 struct InputReaderConfiguration { struct54 enum class Change : uint32_t {104 nsecs_t virtualKeyQuietTime;108 std::vector<std::string> excludedDeviceNames;112 std::unordered_map<std::string, uint8_t> portAssociations;116 std::unordered_map<std::string, std::string> uniqueIdAssociations;120 std::unordered_map<std::string, std::string> deviceTypeAssociations;124 std::unordered_map<std::string, KeyboardLayoutInfo> keyboardLayoutAssociations;127 int32_t defaultPointerDisplayId;130 VelocityControlParameters pointerVelocityControlParameters;[all …]