• Show log

    Commit

  • Hash : 2ef8b1a7
    Author : Philipp Wiesemann
    Date : 2015-02-14T15:22:04

    Emscripten: Fixed sending SDL_JOYDEVICEADDED events with an index out of range.
    
    SDL_JOYDEVICEADDED events must contain the device index which is a value between
    0 and the number of connected joysticks. The old implementation included a value
    based on the instance id instead. It worked in some cases because the values are
    similar initially. But after disconnecting joysticks this is no more the case
    and the always increasing instance id becomes larger than number of joysticks.
    

  • 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