mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 03:58:47 +02:00
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user