Files
love/src/modules/mouse
Alex Szpakowski da7cd267ea Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
Previously, calling e.g. love.graphics.getFont() 10,000 times would retain the object 10,000 times (and release it 10,000 times when the Font object was garbage-collected in the Lua state.) Now it will only retain it once and release it once.
2014-08-09 16:04:59 -03:00
..
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-05-01 14:12:21 -03:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00