Integrate XCUI shell state and runtime frame seams
This commit is contained in:
@@ -18,6 +18,12 @@ struct XCUILayoutLabInputState {
|
||||
UI::UIPoint pointerPosition = {};
|
||||
bool pointerInside = false;
|
||||
bool pointerPressed = false;
|
||||
bool navigatePrevious = false;
|
||||
bool navigateNext = false;
|
||||
bool navigateHome = false;
|
||||
bool navigateEnd = false;
|
||||
bool navigateCollapse = false;
|
||||
bool navigateExpand = false;
|
||||
};
|
||||
|
||||
struct XCUILayoutLabFrameStats {
|
||||
|
||||
Reference in New Issue
Block a user