IO: remove ImGuiInputEvent::IgnoredAsSame (revert part of 839c3100), will filter earlier in next commit. (#5599)

Making it a separate commit as this leads to much indentation change.
This commit is contained in:
ocornut
2022-09-29 21:31:36 +02:00
parent 9e7f460c09
commit fac8295d6e
2 changed files with 39 additions and 58 deletions

View File

@ -1245,7 +1245,6 @@ struct ImGuiInputEvent
ImGuiInputEventText Text; // if Type == ImGuiInputEventType_Text
ImGuiInputEventAppFocused AppFocused; // if Type == ImGuiInputEventType_Focus
};
bool IgnoredAsSame;
bool AddedByTestEngine;
ImGuiInputEvent() { memset(this, 0, sizeof(*this)); }