GE Lua Documentation

Press F to search!

SetNextFrameWantCaptureKeyboard

Definition


-- @/=[C]:-1
function SetNextFrameWantCaptureKeyboard(...)

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.GetKeyName(ImGuiKey_key) return imgui.GetKeyName(ImGuiKey_key) end
function M.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) imgui.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) end
function M.IsMouseDown(ImGuiMouseButton_button) return imgui.IsMouseDown(ImGuiMouseButton_button) end
function M.GetKeyName(ImGuiKey_key) return imgui.GetKeyName(ImGuiKey_key) end
function M.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) imgui.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) end
function M.IsMouseDown(ImGuiMouseButton_button) return imgui.IsMouseDown(ImGuiMouseButton_button) end