Commit cc8f1136b677e3b6384f00b68cd3a77a5216abc4

Sylvain Becker 2019-01-03T14:18:06

Fixed bug 4142 - Concurrency issues in Android backend Use a semaphore to prevent concurrency issues between Java Activity and Native thread code, when using 'Android_Window'. (Eg. Java sending Touch events, while native code is destroying the main SDL_Window. )