pothi.love/0035-mouse_cursor

3 lines
74 B
Plaintext
Raw Normal View History

mouse_cursor = function(name)
return love.mouse.getSystemCursor(name)
end