You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use imgui.set_next_window_size to specify the window size. When I set condition, I found that ImGuiCond_FirstUseEver outputted nil. Then I tried ImGuiCond_None, ImGuiCond_Always, ImGuiCond_Once, ImGuiCond_Appearing, and found that the results were the same.
Identify the REFramework version
REFramework-93-Nightly01081-1741091564
Describe the bug
ImGuiCond enum is nil.
I am trying to use
imgui.set_next_window_size
to specify the window size. When I setcondition
, I found thatImGuiCond_FirstUseEver
outputtednil
. Then I triedImGuiCond_None
,ImGuiCond_Always
,ImGuiCond_Once
,ImGuiCond_Appearing
, and found that the results were the same.Identify the REFramework version
REFramework-93-Nightly01081-1741091564
To Reproduce
here is my code:
result:
Expected behavior
Correctly output enum values
Desktop and VR (please complete the following information):
The text was updated successfully, but these errors were encountered: