• Show log

    Commit

  • Hash : cf63af8a
    Author : Ryan C. Gordon
    Date : 2022-07-31T22:10:45

    events: Don't lose window RESIZED events during SIZED_CHANGED processing.
    
    Previously, calling SDL_SendWindowEvent for a SIZED_CHANGED event would
    filter the queue to remove RESIZED and SIZED_CHANGED events, so you don't
    overflow the queue with obsolete data, but any RESIZED events would be
    lost in this process.
    
    Now we note if there was a RESIZED pending and replace it with a new
    event using the same dimensions as the new SIZED_CHANGED event. This fixes
    cases where an app is only listening for RESIZED events and thus might
    lose important information in some cases.
    
    Fixes #5925.
    

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