-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1162
function M.ResetMouseDragDelta(ImGuiMouseButton_button)
if ImGuiMouseButton_button == nil then ImGuiMouseButton_button = 0 end
imgui.ResetMouseDragDelta(ImGuiMouseButton_button)
end
if ImGuiMouseButton_button == nil then ImGuiMouseButton_button = 0 end
imgui.ResetMouseDragDelta(ImGuiMouseButton_button)
end