UnrealImGui/Source/ImGui
Sebastian 5625365310 Added handling of special input cases:
- Different handling of 'Esc' key. If ImGui has active items then it is used to exit edit mode, otherwise it is passed to editor to cancel session.
- Suppressing keyboard input when console is opened and retaking it when it is closed.
- Fixed issue with losing input when console is closed.
2017-09-16 21:52:14 +01:00
..
Private Added handling of special input cases: 2017-09-16 21:52:14 +01:00
Public Initial commit: 2017-03-17 23:22:13 +00:00
ImGui.Build.cs Added input support: 2017-04-22 16:38:04 +01:00