diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-07 19:35:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-07 19:35:37 +0100 |
| commit | c1890c5c1cbbd9ac9f22903ba01c326458d9238a (patch) | |
| tree | 8c67a99cea91bbbdb462c826c7b9dd54f8a61bc0 /imgui/imconfig.h | |
| parent | c739e9c6f470178e1db73a4300c0cba6fa34b61c (diff) | |
image buttons
Diffstat (limited to 'imgui/imconfig.h')
| -rw-r--r-- | imgui/imconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imgui/imconfig.h b/imgui/imconfig.h index d556cba..13166d8 100644 --- a/imgui/imconfig.h +++ b/imgui/imconfig.h @@ -27,7 +27,7 @@ //#define IMGUI_API __declspec( dllimport ) //---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after updating to clean your code of obsolete function/names. -//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS +#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS //#define IMGUI_DISABLE_OBSOLETE_KEYIO // 1.87+ disable legacy io.KeyMap[]+io.KeysDown[] in favor io.AddKeyEvent(). This is automatically done by IMGUI_DISABLE_OBSOLETE_FUNCTIONS. //---- Disable all of Dear ImGui or don't implement standard windows/tools. |
