Searched defs:TextConfig (Results 1 – 1 of 1) sorted by relevance
398 struct TextConfig { struct399 InputAttribute inputAttribute = {};400 CursorInfo cursorInfo = {};401 Range range = {};402 uint32_t windowId = INVALID_WINDOW_ID;403 double positionY = 0;404 double height = 0;405 bool newEditBox = false;406 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};409 std::string ToString() const in ToString()[all …]