• Show log

    Commit

  • Hash : a21e6af5
    Author : Mikkel Krautz
    Date : 2016-08-06T15:09:20

    Add Xbox One controller GUIDs to the XInput filter in the DirectInput joystick driver.
    
    The Windows 10 Anniversary Update (1607) breaks the method uses that SDL uses to
    detect XInput devices. That is, on Windows 10 Anniversary Update, it is no longer
    possible to query RAWINPUT for HID devices, and check for "IG_" in the device name.
    
    Presumably, this will be fixed in the future.
    
    This patch works around the issue by adding the Xbox One controller series to the
    well-known device list.
    
    This skips the more expensive RAWINPUT check for those devices, and causes them to
    be detected as XInput devices once again.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    http://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)