Searched defs:KeyboardLayoutInfo (Results 1 – 2 of 2) sorted by relevance
242 struct KeyboardLayoutInfo { struct243 explicit KeyboardLayoutInfo(std::string languageTag, std::string layoutType) in KeyboardLayoutInfo() argument251 inline bool operator==(const KeyboardLayoutInfo& other) const { argument
280 const InputDeviceIdentifier&, const std::optional<KeyboardLayoutInfo>) { in getKeyboardLayoutOverlay()