SDL-mirror/VisualC-WinRT/UWP_VS2015
David Ludwig d5a6c71aca 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

--HG--
extra : rebase_source : 79e7effb57db209f08a3995a4c087be04fe3582c
2016-08-20 13:46:45 -04:00
..
SDL-UWP.vcxproj 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-UWP.vcxproj.filters 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