• Show log

    Commit

  • Hash : dc263450
    Author : Sylvain Becker
    Date : 2019-01-14T23:33:48

    Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
    
    - If you call onPause() before CreateWindow(), SDLThread will run in infinite loop in background.
    
    - If you call onPause() between a DestroyWindow() and a new CreateWindow(), semaphores are invalids.
    
    SDLActivity.java: the first resume() starts the SDLThread, don't call
    nativeResume() as it would post ResumeSem. And the first pause would
    automatically be resumed.
    

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