VideoOverlay.handleEvents
void handleEvents(bool handleEvents)Tell an overlay that it should handle events from the window system. These events are forwarded upstream as navigation events. In some window system, events are not propagated in the window hierarchy if a client is listening for them. This method allows you to disable events handling completely from the #GstVideoOverlay.
Parameters
handleEvents | a #gboolean indicating if events should be handled or not. |