mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-02 22:21:05 +01:00
Debug Log: Added IO events logging.
This commit is contained in:
@@ -1238,6 +1238,7 @@ struct ImGuiInputEvent
|
||||
ImGuiInputEventText Text; // if Type == ImGuiInputEventType_Text
|
||||
ImGuiInputEventAppFocused AppFocused; // if Type == ImGuiInputEventType_Focus
|
||||
};
|
||||
bool IgnoredAsSame;
|
||||
bool AddedByTestEngine;
|
||||
|
||||
ImGuiInputEvent() { memset(this, 0, sizeof(*this)); }
|
||||
|
||||
Reference in New Issue
Block a user