Hiding cursor at load
Posted: Sat Jan 06, 2018 10:42 pm
I am hiding the cursor with:
It works, but the cursor is visible for a second before the game load.
I am on a raspberry pi using SDL rpi video driver (without X11).
Is there a solution? Or should I patch love source code to disable the cursor entirely?
Code: Select all
function love.load()
love.mouse.setVisible(false)
end
I am on a raspberry pi using SDL rpi video driver (without X11).
Is there a solution? Or should I patch love source code to disable the cursor entirely?