GE Lua Documentation

Press F to search!

GetMouseClickedCount

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1141
function M.GetMouseClickedCount(ImGuiMouseButton_button) return imgui.GetMouseClickedCount(ImGuiMouseButton_button) end

Callers