Create a window on Windows

FossilOrigin-Name: bf625526315ec71308288cbf7e91dc425ca1dd9e4e762a4c264cf2235c06558e
This commit is contained in:
Jonathan Schleifer 2022-12-27 19:00:12 +00:00
parent 3ffafe1164
commit 6ed1bf1eff
6 changed files with 129 additions and 3 deletions

View file

@ -35,7 +35,7 @@ OF_APPLICATION_DELEGATE(TestsAppDelegate)
engine.renderer.availableResolutions];
O3DResolution resolution = [OFPair
pairWithFirstObject: [OFValue valueWithSize: OFMakeSize(640, 480)]
pairWithFirstObject: [OFValue valueWithSize: OFMakeSize(800, 600)]
secondObject: [OFNumber numberWithFloat: 60]];
[engine.renderer createWithResolution: resolution];