Skip to content

Commit

Permalink
Upgrade imgui to v1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
THE-FYP committed Aug 26, 2019
1 parent fbff034 commit 59c32f8
Show file tree
Hide file tree
Showing 5 changed files with 2,912 additions and 2,905 deletions.
2 changes: 1 addition & 1 deletion LuaJIT-ImGui
1 change: 1 addition & 0 deletions imgui-impl/dx9_win32/imgui_impl_win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ bool ImGui_ImplWin32_Init(HWND hwnd, INT64* ticksPerSecond, INT64* time)
io.KeyMap[ImGuiKey_Space] = VK_SPACE;
io.KeyMap[ImGuiKey_Enter] = VK_RETURN;
io.KeyMap[ImGuiKey_Escape] = VK_ESCAPE;
io.KeyMap[ImGuiKey_KeyPadEnter] = VK_RETURN;
io.KeyMap[ImGuiKey_A] = 'A';
io.KeyMap[ImGuiKey_C] = 'C';
io.KeyMap[ImGuiKey_V] = 'V';
Expand Down
2 changes: 1 addition & 1 deletion lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ local function ImGuiEnum(name)
end

--- API ---
mimgui._VERSION = '1.6.2'
mimgui._VERSION = '1.7.0'
mimgui.DisableInput = false

mimgui.ComboFlags = ImGuiEnum('ImGuiComboFlags_')
Expand Down
4 changes: 2 additions & 2 deletions mimgui-1.6.2-1.rockspec → mimgui-1.7.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rockspec_format = "3.0"
package = "mimgui"
version = "1.6.2-1"
version = "1.7.0-1"
source = {
url = "git+https://github.com/THE-FYP/mimgui.git",
tag = "v1.6.2"
tag = "v1.7.0"
}
description = {
summary = "Dear ImGui for MoonLoader",
Expand Down
Loading

0 comments on commit 59c32f8

Please sign in to comment.