Mouse pointer visible in Linux when love.modules.mouse = false
Posted: Fri Mar 08, 2019 8:35 pm
I have "love.mouse.setVisible(love.system.getOS() ~= "Linux")" at the very beginning of my program, but this shows the mouse pointer for a moment before hiding.
I'd prefer to have it hidden when I launch my application. I tried disabling love.modules.mouse in conf.lua, but that makes the pointer visible all the time.
Is there any way to do what I want apart from modifying and building LÖVE?
I'd prefer to have it hidden when I launch my application. I tried disabling love.modules.mouse in conf.lua, but that makes the pointer visible all the time.
Is there any way to do what I want apart from modifying and building LÖVE?