Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WinRT: Fixed typo in README.
  • Loading branch information
philippwiesemann committed Jan 22, 2017
1 parent 63e83a3 commit 330f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README-winrt.md
Expand Up @@ -81,7 +81,7 @@ Here is a rough list of what works, and what doens't:
* keyboard input. Most of WinRT's documented virtual keys are supported, as
well as many keys with documented hardware scancodes. Converting
SDL_Scancodes to or from SDL_Keycodes may not work, due to missing APIs
(MapVirualKey()) in Microsoft's Windows Store / UWP APIs.
(MapVirtualKey()) in Microsoft's Windows Store / UWP APIs.
* SDLmain. WinRT uses a different signature for each app's main() function.
SDL-based apps that use this port must compile in SDL_winrt_main_NonXAML.cpp
(in `SDL\src\main\winrt\`) directly in order for their C-style main()
Expand Down

0 comments on commit 330f291

Please sign in to comment.