love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

love.window.getDesktopDimensions wrong return types #124

Closed C3pa closed 1 year ago

C3pa commented 1 year ago

This was reported at Lua Language Server's repository: https://github.com/LuaLS/lua-language-server/issues/2270.

Here I'll quote the original issue by @semyon422

Wiki says it should return numbers, in LLS it returns strings:

lua-language-server/meta/3rd/love2d/library/love/window.lua

Lines 59 to 60 in be5b77b

---@return string width # The width of the desktop. ---@return string height # The height of the desktop.