Slastraf Posted May 3, 2021 Share Posted May 3, 2021 Hello I have a problem creating a window in c++, when I use this window = Leadwerks::Window::Create("Game Test",0,0,1280,720, Window::FullScreen); context = Context::Create(window); the window will appear correctly but as soon as I try to make it any resolution higher than 1920 1080 the window will not be created. Is this some kind of surprise windows setting that causes this or is this a leadwerks bug? Quote Link to comment Share on other sites More sharing options...
Josh Posted May 3, 2021 Share Posted May 3, 2021 Does the specified resolution exist in the list of supported graphics modes? https://www.leadwerks.com/learn?page=API-Reference_Object_System If your DPI scaling is not 100% your native screen resolution might not appear in that list. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.