-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade imgui.net to use imgui 1.90.7 (#480)
- Loading branch information
Showing
13 changed files
with
1,871 additions
and
1,721 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,998 changes: 1,528 additions & 1,470 deletions
2,998
src/CodeGenerator/definitions/cimgui/definitions.json
Large diffs are not rendered by default.
Oops, something went wrong.
502 changes: 271 additions & 231 deletions
502
src/CodeGenerator/definitions/cimgui/structs_and_enums.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
namespace ImGuiNET | ||
{ | ||
[System.Flags] | ||
public enum ImGuiInputFlags | ||
{ | ||
None = 0, | ||
Repeat = 1, | ||
RouteActive = 1024, | ||
RouteFocused = 2048, | ||
RouteGlobal = 4096, | ||
RouteAlways = 8192, | ||
RouteOverFocused = 16384, | ||
RouteOverActive = 32768, | ||
RouteUnlessBgFocused = 65536, | ||
RouteFromRootWindow = 131072, | ||
Tooltip = 262144, | ||
} | ||
} |
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