Skip to content
Discussion options

You must be logged in to vote

The EventQueue is for recording events sent from the windowing system, it doesn't have any actions associated with, so eventQueue->windowResize(..) just say that a window resize event has happened.

If you you want to resize a window then you should call window->setWindowRectange(x,y,width,height).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CapTainHbb
Comment options

Answer selected by robertosfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants