Searched defs:TextTotalConfig (Results 1 – 1 of 1) sorted by relevance
172 struct TextTotalConfig { struct175 CursorInfo cursorInfo = {};176 TextSelection textSelection = {};177 uint32_t windowId = INVALID_WINDOW_ID;178 double positionY = 0;179 double height = 0;180 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};182 std::string ToString() const in ToString()