• Show log

    Commit

  • Hash : 040bd7a9
    Author : Luca Weiss
    Date : 2020-12-28T00:55:28

    Fix udev not detecting ID_INPUT_KEY devices when udev is not running
    
    https://bugzilla.libsdl.org/show_bug.cgi?id=5308
    
    The udev code labels devices that are found by this code with
    ID_INPUT_KEY which in turn gets used by SDL to label the devices as
    SDL_UDEV_DEVICE_KEYBOARD.
    
    This was missing for the code path when udev is not running and as such
    devices such as the power button of a phone was not detected as keyboard
    input and no devices were emitted.
    

  • 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 www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://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)