GE Lua Documentation

Press F to search!

ImGuiIO_AddMouseButtonEvent

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1866
function M.ImGuiIO_AddMouseButtonEvent(ImGuiIO_ctx, int_button, bool_down) ImGuiIO_ctx:AddMouseButtonEvent(int_button, bool_down) end

Callers