Sam Lantinga
05c23063bb
Fixed line endings on WinRT source code
2014-03-09 11:06:11 -07:00
David Ludwig
da0c0a4a33
WinRT: fixed bug: touch input coordinates weren't normalized [0..1]
...
Thanks to Pierre-Yves for pointing this out and providing a fix!
2013-11-28 21:15:05 -05:00
David Ludwig
de8d9dbb93
WinRT: minor code cleanup regarding events
...
Some event handling functions got sorted in a somewhat consistent manner, and
in some cases, were also segregated a bit from app-lifecycle code.
2013-09-06 21:00:52 -04:00
David Ludwig
7e06b806ac
WinRT: misc code cleanups regarding touch and mouse events, and also SDL-internal globals
2013-09-02 15:23:33 -04:00
David Ludwig
13c87e712b
WinRT: made simulated-mouse (via touch) input work on Windows Phone in Portrait mode
...
Proper SDL_MOUSE* event support for non-Portrait orientations in Windows Phone is pending.
2013-08-28 16:14:27 -04:00
David Ludwig
2cafee9de1
WinRT: experimental and preliminary support for XAML-based overlays on Windows 8/RT
...
The XAML support here is still rudimentary. Bugs do exist. You've been warned.
XAML support in Windows Phone 8 is not yet available (in SDL/WinRT).
2013-08-27 21:21:09 -04:00
David Ludwig
3e83fd784c
WinRT: misc code cleanups
2013-08-27 11:39:44 -04:00
David Ludwig
d78b26ed69
WinRT: moved most platform-specific keyboard and mouse code to shared locations
2013-08-26 17:17:53 -04:00
David Ludwig
19a168b4b3
WinRT: file naming and placement cleanup
...
- moved SDL_WinRTApp.* from src/video/windowsrt/ to src/core/winrt/, and renamed them to SDL_winrtapp.* (to mimick case-sensitivity used elsewhere in SDL)
- renamed all "windowsrt" directories (in src) to "winrt", as the shorthand name is used more often (and, IMO, "WinRT" != "Windows RT", not entirely at least)
2013-08-20 21:22:32 -04:00