X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaytransport.h;h=62d1973aff2e440da366473f27d86e3a0399a3dc;hb=7920493569041de2d8c991eb4b04b33d41b70d57;hp=11233b2b1030cd363e30e837cb87b15d198b0382;hpb=d66e2dde00fcfbe27c461a9956e66753faa62c95;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playtransport.h b/cinelerra-5.1/cinelerra/playtransport.h index 11233b2b..62d1973a 100644 --- a/cinelerra-5.1/cinelerra/playtransport.h +++ b/cinelerra-5.1/cinelerra/playtransport.h @@ -49,6 +49,7 @@ public: static int get_transport_width(MWindow *mwindow); int flip_vertical(int vertical, int &x, int &y); int keypress_event(); + int do_keypress(int key); // Abstract TransportQue::send_command. // wait_tracking - causes stop to wail until the final tracking position // is updated before returning @@ -65,6 +66,7 @@ public: // Get the EDL to play back with default to mwindow->edl virtual EDL* get_edl(); void change_position(double position); + virtual int is_vwindow() { return 0; } // playback parameters int reverse;