Updated todo

This commit is contained in:
pelya
2020-08-24 22:47:43 +03:00
parent e6823997de
commit 4fab6dc422
2 changed files with 4 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ SDL_ANDROID_SetApplicationPutToBackgroundCallback( callback_t appPutToBackground
where callback_t is function pointer of type "void (*) void".
The default callbacks will call another Android-specific functions:
SDL_ANDROID_PauseAudioPlayback() and SDL_ANDROID_ResumeAudioPlayback()
which will pause and resume audio from HW layer, so appplication does not need to destroy and re-init audio,
which will pause and resume audio from HW layer, so application does not need to destroy and re-init audio,
and in general you don't need to redefine those functions, unless you want to play audio in background.
The callbacks will be called from inside SDL_Flip().

View File

@@ -37,12 +37,12 @@ TODO, which will get actually done
- XSDL: do not use xsel to enter Unicode characters, modify clipboard directly.
- XSDL: fix xrandr screen resizing.
- XSDL: synchronize clipboard between XSDL and Android.
- XSDL: Copy contents of XSDL clipboard to Android clipboard when the app loses focus.
- XSDL: mouse wheel movement from Bluetooth mouse do not work when mouse capture is active.
- Debian: force Chromium version to the last working one, from Jan 2020.
- OpenLieroX: limited lives are shown incorrectly in score table when spectating.
- OpenLieroX: download speed test at humus.kvalitne.cz is not working, replace it with some default value.