Search found 2 matches

by kuon
Sun Jan 07, 2018 1:49 pm
Forum: Support and Development
Topic: Hiding cursor at load
Replies: 3
Views: 5465

Re: Hiding cursor at load

No, I don't see any change. I feel like the cursor is being drawn even before my program is loaded.
by kuon
Sat Jan 06, 2018 10:42 pm
Forum: Support and Development
Topic: Hiding cursor at load
Replies: 3
Views: 5465

Hiding cursor at load

I am hiding the cursor with: function love.load() love.mouse.setVisible(false) end 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 ent...