ui, turn cursor off in SDL (was on by default on GKD)
authorkub <derkub@gmail.com>
Sat, 12 Dec 2020 16:31:07 +0000 (17:31 +0100)
committerkub <derkub@gmail.com>
Sat, 12 Dec 2020 16:31:07 +0000 (17:31 +0100)
platform/common/plat_sdl.c

index 7a12fa9..b98b16e 100644 (file)
@@ -299,6 +299,7 @@ void plat_init(void)
        ret = plat_sdl_init();
        if (ret != 0)
                exit(1);
+       SDL_ShowCursor(0);
 #if defined(__RG350__) || defined(__GCW0__)
        // opendingux on JZ47x0 may falsely report a HW overlay, fix to window
        plat_target.vout_method = 0;