1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00
Hiding the mouse cursor does makes sense in a lot of situations I agree, but it's very much a preference thing, and I don't see a good reason to change the original behavour. Some people (i.e. me) don't like cursors disappearing in windowed mode when you move the cursor over the screen, but most importantly, it makes the editor much less pleasant to use (since you're relying on the 30fps editor cursor box).

I'd be happy to support, say, a setting that allowed you to disable the mouse cursor, or even a 15 second time-out which makes the cursor disappear if not moved (and reappear once moved), but just having it off by default feels wrong to me.
This commit is contained in:
TerryCavanagh 2020-01-16 14:47:37 +01:00
parent ede2456af4
commit adde99dfe6

View File

@ -46,7 +46,6 @@ int main(int argc, char *argv[])
SDL_INIT_JOYSTICK |
SDL_INIT_GAMECONTROLLER
);
SDL_ShowCursor(SDL_DISABLE);
if (argc > 2 && strcmp(argv[1], "-renderer") == 0)
{