Searched defs:TextTotalConfig (Results 1 – 1 of 1) sorted by relevance
196 struct TextTotalConfig { struct199 CursorInfo cursorInfo = {};200 TextSelection textSelection = {};201 uint32_t windowId = INVALID_WINDOW_ID;202 double positionY = 0;203 double height = 0;204 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};206 std::string ToString() const in ToString()