SDL/src/core/windows
David Ludwig 639d7060c7 Made the latest XInput + Haptic changes compile and run on WinRT
Notes:
- Support for the 'Guide' button does not seem to be possible, as
  XInputGetStateEx is not available on WinRT.
- Haptic support appears to be working on WinRT now!
- SDL/WinRT does not allow calls to LoadLibrary or LoadLibraryEx.  The calls
  to those were removed by this change, but only when compiling for WinRT.
  Non-WinRT Windows will continue to detect and load XInput via LoadLibrary and
  GetProcAddress calls.
2014-07-04 18:20:23 -04:00
..
SDL_directx.h Split the XInput and DirectInput code so Windows RT can use the existing XInput support. 2014-07-03 15:39:55 -07:00
SDL_windows.c Fixed a linker error when building SDL/WinRT 2014-04-29 19:22:48 -04:00
SDL_windows.h Don't try to load d3dcompiler_46.dll on Windows XP 2014-04-23 13:47:42 -07:00
SDL_xinput.c Made the latest XInput + Haptic changes compile and run on WinRT 2014-07-04 18:20:23 -04:00
SDL_xinput.h Split the XInput and DirectInput code so Windows RT can use the existing XInput support. 2014-07-03 15:39:55 -07:00