I am using the "desktop" mode for fullscreen. I have also tried "exclusive" mode to no avail.
For those that read the code: I realize that my drawing of the cursor is inefficient as LOVE supports the ability to set the system cursor. However, I found that setting the system cursor causes it to glitch and become a white box if it is moved to the bottom right corner of the screen.
I have built LOVE from source on the Raspberry Pi 3. Hence, I'm wondering if this is an issue with Raspbian Jessie Lite, SDL, or LOVE (and how to fix it of course ).
If it helps, I get this error on Raspbian, but it does not stop the code from running:
Code: Select all
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
Code download: https://legostax.github.io/files/loveccemupi.love
It's also attached.