Add backbutton

This commit is contained in:
Daniel Panero
2024-11-15 08:15:04 +01:00
committed by Dani Pani
parent f48fce5932
commit 5f6943fd81
9 changed files with 67 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ struct handle_cache {
jmethodID onDestroy;
jmethodID onStop;
jmethodID onPause;
jmethodID onBackPressed;
} activity;
struct {
jclass class;