add export mp4 test

This commit is contained in:
2019-10-29 00:41:46 +01:00
parent 13f4c8911f
commit 7366b7d081
6 changed files with 195 additions and 4 deletions

View File

@@ -1037,6 +1037,12 @@ void App::init_menu_tools()
popup_exp->destroy();
};
popup_exp->find<NodeButtonCustom>("mp4test")->on_click = [this, popup_exp](Node*) {
dialog_export_mp4();
popup_exp->mouse_release();
popup_exp->destroy();
};
#if __IOS__
popup_exp->find<NodeButtonCustom>("sonarpen")->on_click = [this, popup_exp](Node*) {
[ios_app sonarpen_start];