Ryujinx-SDL/src/video/winrt
David Ludwig 5150eb361f WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
The repro steps were this:
1. run an sdl2 winrt/uwp app, on Win10, v10.0.10586.0 or higher
2. hide the cursor, via a call to SDL_ShowCursor(0)
3. make the Win10 game bar appear, by pressing the Windows + G hotkey
4. observe that the mouse cursor appears, in order to interact with the
   game bar (this is expected behavior)
5. make the Win10 game bar disappear, either by pressing the Windows + G hotkey
   again, or clicking somewhere in the app

EXPECTED RESULT: cursor disappears, as game bar disappears

ACTUAL RESULT: cursor didn't always disappear
2016-08-20 13:46:45 -04:00
..
SDL_winrtevents_c.h WinRT: allow on-screen keyboard to be shown via SDL APIs, Win10/UWP only 2016-05-07 21:41:59 -04:00
SDL_winrtevents.cpp WinRT: build/link fix 2016-04-13 21:59:50 -04:00
SDL_winrtgamebar_cpp.h WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state 2016-08-20 13:46:45 -04:00
SDL_winrtgamebar.cpp WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state 2016-08-20 13:46:45 -04:00
SDL_winrtkeyboard.cpp WinRT: allow on-screen keyboard to be shown via SDL APIs, Win10/UWP only 2016-05-07 21:41:59 -04:00
SDL_winrtmessagebox.cpp Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtmessagebox.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtmouse_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtmouse.cpp WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events 2016-05-14 23:29:49 -04:00
SDL_winrtopengles.cpp Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtopengles.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtpointerinput.cpp Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_winrtvideo_cpp.h WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state 2016-08-20 13:46:45 -04:00
SDL_winrtvideo.cpp WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state 2016-08-20 13:46:45 -04:00