• Show log

    Commit

  • Hash : 17322e2b
    Author : Ryan C. Gordon
    Date : 2022-10-10T13:07:52

    dynapi: Optionally log every call into the SDL API.
    
    This will only log things going through dynapi, which means it won't
    do anything if dynapi is disabled for a given build, but also things
    that call the `*_REAL` version of an API won't log either (which is
    to say, if an internal piece of SDL calls a public API, it won't log
    it, but if an application calls that same entry point, it will).
    
    Since this just inserts a different function pointer, unless you
    explicitly request this at runtime, it won't add any overhead, and,
    of course, the entire thing can be turned off with a single #define
    so it doesn't even add extra unused code to the shared library if
    the kill switch is flipped.
    

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