Create a window on Windows
FossilOrigin-Name: bf625526315ec71308288cbf7e91dc425ca1dd9e4e762a4c264cf2235c06558e
This commit is contained in:
parent
3ffafe1164
commit
6ed1bf1eff
6 changed files with 129 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue