GLWindow.handleEvents

void handleEvents(bool handleEvents)

Tell a window that it should handle events from the window system. These events are forwarded upstream as navigation events. In some window systems 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 window.

Parameters

handleEventsa #gboolean indicating if events should be handled or not.