mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
added keyevent
This commit is contained in:
@@ -26,3 +26,11 @@ void DisplayWindow::paintEvent(QPaintEvent *) {
|
||||
QPainter painter(this);
|
||||
painter.fillRect(QRect(QPoint(0, 0), size()), QColor(0,0,0));
|
||||
}
|
||||
|
||||
void DisplayWindow::keyPressEvent(QKeyEvent *key) {
|
||||
|
||||
}
|
||||
|
||||
void DisplayWindow::keyReleaseEvent(QKeyEvent *key) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user