| 148 | } |
| 149 | |
| 150 | void VideoWidget::OnKeyReleaseEvent(QKeyEvent* e) { |
| 151 | #ifdef WIN32 |
| 152 | SendKeyEvent(e->nativeVirtualKey(), false); |
| 153 | #endif |
| 154 | } |
| 155 | |
| 156 | void VideoWidget::RegisterMouseKeyboardEventCallback(const OnMouseKeyboardEventCallback& cbk) { |
| 157 | event_cbk_ = cbk; |
nothing calls this directly
no outgoing calls
no test coverage detected