We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ba307 commit 99547ddCopy full SHA for 99547dd
init.lua
@@ -481,7 +481,7 @@ function CPStyle.Input:Register()
481
CPS.colorBegin("Text", CPStyle.color.hidden)
482
CPS.colorBegin("NavHighlight", CPStyle.color.hidden)
483
CPS.colorBegin("Border", CPStyle.color.hidden)
484
- ImGui.Begin("##CPStyle.Input", ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoResize)
+ ImGui.Begin("##CPStyle.Input", bit32.bor(ImGuiWindowFlags.NoTitleBar, ImGuiWindowFlags.NoResize))
485
ImGui.SetKeyboardFocusHere()
486
self.keypress, self.pressed = ImGui.InputText("##keyboardinput", "", 100)
487
if self.pressed then ImGui.SetKeyboardFocusHere() end
0 commit comments