mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add Basic Keyboard Input
This commit is contained in:
parent
3f76782b6c
commit
bf17d81d25
4 changed files with 64 additions and 0 deletions
|
@ -38,6 +38,10 @@ class StreamWindow: public QMainWindow
|
|||
|
||||
void SetImage(const QImage &image);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
void keyReleaseEvent(QKeyEvent *event) override;
|
||||
|
||||
private slots:
|
||||
void FramesAvailable();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue