Skip to content

Commit

Permalink
Add ImGuiKeyChord
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac committed Jan 10, 2024
1 parent 21edbfc commit 53221ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imgui/imgui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ImGui = {}
-- A unique ID used by widgets (typically the result of hashing a stack of string)
---@alias ImGuiID number

-- Flags: an ImGuiKey optionally OR-ed with one or more ImGuiMod.XXX values.
---@alias ImGuiKeyChord ImGuiKey|ImGuiMod

--
-- ### Main
--
Expand Down

0 comments on commit 53221ff

Please sign in to comment.