X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=449cc468ccc2b68c93305285d73def8d812a7d8e;hp=2eaad4b3a0d2b59cceb3cfe5af42160584b74d0a;hb=1529091cdf16df199a901aabe6e8fa1813a933af;hpb=7718f72da6995e7b2b2a59dcc61cc80a2f4bf38f diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 2eaad4b3..449cc468 100644 --- a/cinelerra-5.1/cinelerra/cwindow.h +++ b/cinelerra-5.1/cinelerra/cwindow.h @@ -80,14 +80,18 @@ public: CPlayback *playback_engine; }; -class CWindowRemoteHandler : public RemoteHandler +class CWindowKeyEvHandler : public RemoteHandler { - int last_key; public: + CWindowKeyEvHandler(RemoteControl *remote_control); + ~CWindowKeyEvHandler(); + int remote_key(int key); int remote_process_key(RemoteControl *remote_control, int key); + int is_keytv() { return 1; } - CWindowRemoteHandler(RemoteControl *remote_control); - ~CWindowRemoteHandler(); + int key, last_key; + RemoteControl *remote_control; + MWindow *mwindow; }; #endif