Skip to content
  • Laurent Aimar's avatar
    Fixed a race condition with input creation and events. · 80684e78
    Laurent Aimar authored
    input_CreateThread* have been splitted in two functions:
     - input_Create
     - input_Start
    to allow attaching to input events and creating settings/variables
    before starting the input thread.
    
    For consistency, input_StopThread has been renamed input_Stop.
    
    Initial report from Hugo Beauzee-Luyssen.
    80684e78