SetNextFrameWantCaptureMouse
Definition
-- @/=[C]:-1
function SetNextFrameWantCaptureMouse(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.SetMouseCursor(ImGuiMouseCursor_cursor_type) imgui.SetMouseCursor(ImGuiMouseCursor_cursor_type) end
function M.SetNextFrameWantCaptureMouse(bool_want_capture_mouse) imgui.SetNextFrameWantCaptureMouse(bool_want_capture_mouse) end
function M.GetClipboardText() return imgui.GetClipboardText() end
function M.SetMouseCursor(ImGuiMouseCursor_cursor_type) imgui.SetMouseCursor(ImGuiMouseCursor_cursor_type) end
function M.SetNextFrameWantCaptureMouse(bool_want_capture_mouse) imgui.SetNextFrameWantCaptureMouse(bool_want_capture_mouse) end
function M.GetClipboardText() return imgui.GetClipboardText() end