Searched defs:TextTotalConfig (Results 1 – 2 of 2) sorted by relevance
185 struct TextTotalConfig { struct188 CursorInfo cursorInfo = {};189 TextSelection textSelection = {};190 uint32_t windowId = INVALID_WINDOW_ID;191 double positionY = 0;192 double height = 0;193 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};195 std::string ToString() const in ToString()
136 std::variant<bool, uint32_t, ImeType, ClientState, TextTotalConfig, ClientType>> &updateInfos) in UpdateClientInfo() argument