Don't log showing/hiding cursor
This commit is contained in:
parent
d5b755bde0
commit
0cc04cdbb6
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ namespace psemek::sdl2
|
||||||
|
|
||||||
void window::show_cursor(bool show)
|
void window::show_cursor(bool show)
|
||||||
{
|
{
|
||||||
log::info() << (show ? "Cursor shown" : "Cursor hidden");
|
|
||||||
SDL_ShowCursor(show ? SDL_TRUE : SDL_FALSE);
|
SDL_ShowCursor(show ? SDL_TRUE : SDL_FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue