Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide mouse cursor early #517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Hide mouse cursor early #517

wants to merge 1 commit into from

Conversation

cuhsat
Copy link

@cuhsat cuhsat commented Sep 27, 2015

Hi,

the mouse cursor initially was hidden after the call to SDL_CreateWindow. This will cause a minimal flicker on startup, because it's shown for a short period of time. The cursor is now disabled before the window creation.

The PR was testet with RetroPie (Debian) on a Raspberry Pi 2.

igungor added a commit to igungor/recalbox-emulationstation that referenced this pull request Feb 15, 2016
igungor added a commit to igungor/recalbox-emulationstation that referenced this pull request Feb 15, 2016
Copied from Aloshi#517

Fixes recalbox/recalbox-os#687
mmatyas added a commit to mmatyas/EmulationStation that referenced this pull request Aug 2, 2016
the mouse cursor initially was hidden after the call to SDL_CreateWindow.
This will cause a minimal flicker on startup, because it's shown for a
short period of time. The cursor is now disabled before the window creation.

Source: Aloshi#517
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant