Replies: 1 comment 1 reply
-
You must call :
And I cannot reproduce what you say with "it usually can be shown again by bringing the cursor to the screen top" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to get the app to go into fullscreen mode with the following code. The title is set correctly and logs show that the presenter does indeed change, but the app stays windowed.
The same code works just fine if called somewhere later in the app and not inside of window initialization. So basically presenter change must be called only after Activate() was called on the window?
Also not sure if this is proper behavior, but after the app goes into fullscreen mode and the window title bar is hidden it usually can be shown again by bringing the cursor to the screen top. Here, however, after being hidden once the title bar does not appear anymore.
Beta Was this translation helpful? Give feedback.
All reactions