Skip to content

Commit

Permalink
add missing ImGuiCond_* constants to script_api (britzl#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMATov authored Apr 23, 2024
1 parent 04ca531 commit d5a4849
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imgui/api/imgui.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,12 @@
- name: INPUTFLAGS_CALLBACKRESIZE
- name: INPUTFLAGS_CALLBACKEDIT

- name: COND_NONE
- name: COND_ALWAYS
- name: COND_ONCE
- name: COND_FIRSTUSEEVER
- name: COND_APPEARING

- name: KEY_TAB
- name: KEY_LEFTARROW
- name: KEY_RIGHTARROW
Expand Down

0 comments on commit d5a4849

Please sign in to comment.