mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
This commit is contained in:
parent
0cff5ac5a1
commit
fd06ed833b
20 changed files with 23 additions and 25 deletions
|
|
@ -87,7 +87,7 @@ struct ImGui_ImplSDL2_Data
|
|||
char* ClipboardTextData;
|
||||
bool MouseCanUseGlobalState;
|
||||
|
||||
ImGui_ImplSDL2_Data() { memset(this, 0, sizeof(*this)); }
|
||||
ImGui_ImplSDL2_Data() { memset((void*)this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
||||
// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue