-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set IMGUI_DISABLE_* flags in config, to prevent type conflicts
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Dear ImGui for DPF | ||
* Copyright (C) 2021 Jean Pierre Cimalando <[email protected]> | ||
* Copyright (C) 2021-2023 Filipe Coelho <[email protected]> | ||
* Copyright (C) 2021-2024 Filipe Coelho <[email protected]> | ||
* | ||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | ||
* or without fee is hereby granted, provided that the above copyright notice and this | ||
|
@@ -22,7 +22,6 @@ | |
#include "StandaloneWindow.hpp" | ||
|
||
#define IMGUI_DEFINE_MATH_OPERATORS | ||
#define IMGUI_DISABLE_OBSOLETE_KEYIO | ||
|
||
#include "DearImGui/imgui.h" | ||
#include "DearImGuiKnobs/imgui-knobs.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters