mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-12 12:08:00 +01:00
libsuperderpy: Always hide cursor on PocketCHIP
This commit is contained in:
parent
a710541e4e
commit
f68eab53f7
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
|
||||||
al_destroy_bitmap(icon);
|
al_destroy_bitmap(icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (game->config.fullscreen) {
|
if (game->config.fullscreen || IS_POCKETCHIP) {
|
||||||
al_hide_mouse_cursor(game->display);
|
al_hide_mouse_cursor(game->display);
|
||||||
}
|
}
|
||||||
al_inhibit_screensaver(true);
|
al_inhibit_screensaver(true);
|
||||||
|
|
Loading…
Reference in a new issue