Skip to content

Commit d5a4849

Browse files
authored
add missing ImGuiCond_* constants to script_api (britzl#44)
1 parent 04ca531 commit d5a4849

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

imgui/api/imgui.script_api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,6 +1891,12 @@
18911891
- name: INPUTFLAGS_CALLBACKRESIZE
18921892
- name: INPUTFLAGS_CALLBACKEDIT
18931893

1894+
- name: COND_NONE
1895+
- name: COND_ALWAYS
1896+
- name: COND_ONCE
1897+
- name: COND_FIRSTUSEEVER
1898+
- name: COND_APPEARING
1899+
18941900
- name: KEY_TAB
18951901
- name: KEY_LEFTARROW
18961902
- name: KEY_RIGHTARROW

0 commit comments

Comments
 (0)