mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Update sdl_window.cpp
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
This commit is contained in:
parent
073e51e729
commit
d6d836730f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace Frontend {
|
||||
|
||||
void WindowSDL::CursorVisibility(bool cursor_visibility) {
|
||||
void WindowSDL::SetCursorVisibility(bool cursor_visibility) {
|
||||
if (cursor_visibility) {
|
||||
SDL_HideCursor();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue