ANDROID: Refactor touch controls to be graphics backend agnostic
This commit is contained in:
parent
325c47f954
commit
b6c0a1c6c8
5 changed files with 101 additions and 54 deletions
|
@ -180,6 +180,9 @@ OSystem_Android::~OSystem_Android() {
|
|||
|
||||
delete _savefileManager;
|
||||
_savefileManager = 0;
|
||||
|
||||
// Uninitialize surface now to avoid it to be done later when touch controls are destroyed
|
||||
dynamic_cast<AndroidCommonGraphics *>(_graphicsManager)->deinitSurface();
|
||||
}
|
||||
|
||||
void *OSystem_Android::timerThreadFunc(void *arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue