We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e396ef + 0e83fed commit f4f079aCopy full SHA for f4f079a
1 file changed
src/BlocHost-OSWindow-SDL2/BlOSWindowSDL2Host.class.st
@@ -86,6 +86,7 @@ BlOSWindowSDL2Host >> newAttributesFor: aSpace [
86
extent: aSpace extent;
87
resizable: aSpace isResizable;
88
borderless: aSpace isBorderless;
89
+ fullscreen: aSpace isFullscreen;
90
visible: false; "There is a race before opening a window and setting the event handler."
91
yourself.
92
0 commit comments