X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=449cc468ccc2b68c93305285d73def8d812a7d8e;hb=81fc9cd689dd964a4736fa1f8986a64db6b4a937;hp=643c34bc00ccc4c10ab387babbb85b5255f93ae6;hpb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 643c34bc..449cc468 100644 --- a/cinelerra-5.1/cinelerra/cwindow.h +++ b/cinelerra-5.1/cinelerra/cwindow.h @@ -80,13 +80,14 @@ public: CPlayback *playback_engine; }; -class CWindowRemoteHandler : public RemoteHandler +class CWindowKeyEvHandler : public RemoteHandler { public: - CWindowRemoteHandler(RemoteControl *remote_control); - ~CWindowRemoteHandler(); - int process_key(int key); + CWindowKeyEvHandler(RemoteControl *remote_control); + ~CWindowKeyEvHandler(); + int remote_key(int key); int remote_process_key(RemoteControl *remote_control, int key); + int is_keytv() { return 1; } int key, last_key; RemoteControl *remote_control;