kc3-lang/SDL/src/video/winrt/SDL_winrtkeyboard.cpp

Branch :


Log

Author Commit Date CI Message
63b46d3d 2014-04-17 12:43:51 WinRT: keyboard VirtualKey translation improvements from Sylvain Becker Changes included: - adding support for a few, additional, VirtualKey constants - removing accesses to 'windows_scancode_table', as the table's contents don't line up with WinRT virtual keys. Using Windows older VK_* constants may, however, be a good alternative in a future update.
3dcb451f 2014-04-09 21:29:19 Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
ed02f61d 2014-03-13 00:40:08 Fixed the copyright date on files contributed by David Ludwig
e8eb1427 2014-03-10 21:21:35 build fixes for most WinRT-related files Still TODO: getting the D3D11 renderer back up and running in VC 2012.
05c23063 2014-03-09 11:06:11 Fixed line endings on WinRT source code
3e83fd78 2013-08-27 11:39:44 WinRT: misc code cleanups
d78b26ed 2013-08-26 17:17:53 WinRT: moved most platform-specific keyboard and mouse code to shared locations