• Show log

    Commit

  • Hash : 2ca4c023
    Author : Max Maisel
    Date : 2023-07-26T20:49:21

    Add Steam Deck controller mapping to database.
    
    This adds support for the back paddles, and the "..." key
    which are not automatically detected.
    * "Back" is mapped to the top left "two windows" key.
    * "Start" is mapped to the top right "hambuger menu" key.
    * "Guide" is mapped to the "Steam" key.
    * The "..." key is just a generic button.
    
    When looking at the screen, paddles are number
    * P1: Top right
    * P2: Top left
    * P3: Bottom right
    * P4: Botom Left
    
    The new controller mapping was created with the SDL3 gamepadmap tool.
    
    (cherry picked from commit 27b8abb0562f46e64337d5d799b877c357001254)
    (cherry picked from commit f4561db69a6c534e9e041f890cc06e42bdbdec4d)
    

  • 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.md

  • 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)