X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fandroidcontrol.C;h=0417ceb45ddb7b76856c9727b835ebb004df358c;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hp=784dea2313a5732dc0e74953c037a22f729552a7;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/androidcontrol.C b/cinelerra-5.1/cinelerra/androidcontrol.C index 784dea23..0417ceb4 100644 --- a/cinelerra-5.1/cinelerra/androidcontrol.C +++ b/cinelerra-5.1/cinelerra/androidcontrol.C @@ -59,7 +59,7 @@ bool AndroidControl::is_msg(const char *cp) void AndroidControl::press(int key) { // printf("press 0x%04x\n",key); - if( mwindow_gui->keyboard_listener(key) ) return; + if( mwindow_gui->key_listener(key) ) return; mwindow_gui->remote_control->remote_key(key); } @@ -143,7 +143,7 @@ AndroidControl::~AndroidControl() if( Thread::running() ) { done = 1; Thread::cancel(); - Thread::join(); } + Thread::join(); }