| 142 | } |
| 143 | |
| 144 | void VideoWidget::OnKeyPressEvent(QKeyEvent* e) { |
| 145 | #ifdef WIN32 |
| 146 | SendKeyEvent(e->nativeVirtualKey(), true); |
| 147 | #endif |
| 148 | } |
| 149 | |
| 150 | void VideoWidget::OnKeyReleaseEvent(QKeyEvent* e) { |
| 151 | #ifdef WIN32 |
nothing calls this directly
no outgoing calls
no test coverage detected