GE Lua Documentation

Press F to search!

GetMouseClickedCount

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.IsMouseDoubleClicked(ImGuiMouseButton_button) return imgui.IsMouseDoubleClicked(ImGuiMouseButton_button) end
function M.GetMouseClickedCount(ImGuiMouseButton_button) return imgui.GetMouseClickedCount(ImGuiMouseButton_button) end
function M.IsMouseHoveringRect(ImVec2_r_min, ImVec2_r_max, bool_clip)
function M.IsMouseDoubleClicked(ImGuiMouseButton_button) return imgui.IsMouseDoubleClicked(ImGuiMouseButton_button) end
function M.GetMouseClickedCount(ImGuiMouseButton_button) return imgui.GetMouseClickedCount(ImGuiMouseButton_button) end
function M.IsMouseHoveringRect(ImVec2_r_min, ImVec2_r_max, bool_clip)