• Show log

    Commit

  • Hash : 9f23d181
    Author : Sylvain Becker
    Date : 2019-01-06T17:35:42

    Android: allow multiple calls to nativeResume()
    
    Doesn't seem to happen manually, but symetrical to the pause handling.
    
    Can be tested by adding:
    
    mNextNativeState = SDLActivity.NativeState.PAUSED;
    handleNativeState();
    mNextNativeState = SDLActivity.NativeState.RESUMED;
    handleNativeState();
    mNextNativeState = SDLActivity.NativeState.PAUSED;
    handleNativeState();
    mNextNativeState = SDLActivity.NativeState.RESUMED;
    handleNativeState();
    
    Before, it ends in 'paused' state.
    Now, it ends in 'resumed' state.
    

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