mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
This commit is contained in:
parent
4ef06f5aa2
commit
a423f032ee
19 changed files with 66 additions and 7 deletions
|
|
@ -1097,6 +1097,7 @@ ImGuiIO::ImGuiIO()
|
|||
ConfigResizeWindowsFromEdges = false;
|
||||
|
||||
// Platform Functions
|
||||
BackendPlatformName = BackendRendererName = NULL;
|
||||
GetClipboardTextFn = GetClipboardTextFn_DefaultImpl; // Platform dependent default implementations
|
||||
SetClipboardTextFn = SetClipboardTextFn_DefaultImpl;
|
||||
ClipboardUserData = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue