Currently the window management is handled with input to the application via argc in C++. The default value for 0 arguments is to set the window width: 1920 and height: 1080. A better solution would be to find the window dimensions and set the width / height accordingly.
Currently the window management is handled with input to the application via
argcin C++. The default value for0 argumentsis to set the windowwidth: 1920andheight: 1080. A better solution would be to find the window dimensions and set thewidth / heightaccordingly.