Extract XCUI selection model and layout lab click selection
This commit is contained in:
@@ -17,6 +17,7 @@ struct XCUILayoutLabInputState {
|
||||
UI::UIRect canvasRect = {};
|
||||
UI::UIPoint pointerPosition = {};
|
||||
bool pointerInside = false;
|
||||
bool pointerPressed = false;
|
||||
};
|
||||
|
||||
struct XCUILayoutLabFrameStats {
|
||||
@@ -47,6 +48,7 @@ struct XCUILayoutLabFrameStats {
|
||||
std::size_t propertySectionCount = 0;
|
||||
std::size_t fieldRowCount = 0;
|
||||
std::string hoveredElementId = {};
|
||||
std::string selectedElementId = {};
|
||||
};
|
||||
|
||||
struct XCUILayoutLabFrameResult {
|
||||
|
||||
Reference in New Issue
Block a user