GLWindow.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.

class GLWindow
void
handleEvents

Parameters

handleEvents bool

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