UnrealImGui/Source/ImGui/Public
Sebastian 5968c3ce84 Added ImGui Input Handler and ImGui Settings:
- Added ImGui Input Handler class that allows to customize handling of the keyboard and gamepad input.
- Added ImGui Settings to allow specify custom input handler implementation.
- Added editor support for ImGui Settings.
- Input handling in ImGui Widget is divided for querying the handler (more customizable) and actual input processing based on the handler’s response (fixed and simplified).
- Removed a need for checking console state in different input handling functions in ImGui Widget by suppressing keyboard focus support when console is opened.
2018-07-10 17:40:57 +01:00
..
ImGuiDelegates.h Added interface to register ImGui debug delegates. 2017-10-03 21:16:17 +01:00
ImGuiInputHandler.h Added ImGui Input Handler and ImGui Settings: 2018-07-10 17:40:57 +01:00
ImGuiModule.h Added interface to modify from code console variables that control whether to enable ImGui Input Mode and show ImGui Demo. 2018-01-10 23:36:12 +00:00