avoid overloaded casting pun tripping compiler
[goodguy/history.git] / cinelerra-5.1 / cinelerra / androidcontrol.C
index 79008ac8a83f84c1be9d67776fcf78ba99a10329..0417ceb45ddb7b76856c9727b835ebb004df358c 100644 (file)
@@ -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);
 }