X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fandroidcontrol.C;h=0417ceb45ddb7b76856c9727b835ebb004df358c;hb=d60a59baa6cfe24c0fb153ed9e150a834ba29feb;hp=79008ac8a83f84c1be9d67776fcf78ba99a10329;hpb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/androidcontrol.C b/cinelerra-5.1/cinelerra/androidcontrol.C index 79008ac8..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); }