Removed in LÖVE 0.10.0
Use love.graphics.getSystemLimits instead.
Gets the max supported point size.
size = love.graphics.getMaxPointSize( )
None.
number size
Draws a point at the maximum supported size.
function love.draw() local max = love.graphics.getMaxPointSize(); love.graphics.setPointSize(max); love.graphics.point(100, 100); end
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.getMaxPointSize