YouGroove Posted March 15, 2014 Posted March 15, 2014 I wonder it is possible to set full screen mode in LE3 ? And how to change default resolution ? i used in Lua Window.Create, but returned errors using parameters. Quote Stop toying and make games
Rick Posted March 15, 2014 Posted March 15, 2014 http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/window/windowcreate-r462 Did you read the parameters clearly? Not that the first 2 params are the x and y position of the window, which you probably want to set as 0, then the last field should be Window.FullScreen I believe. When setting fullscreen make sure you use a resolution your card supports in fullscreen mode. Quote
YouGroove Posted March 15, 2014 Author Posted March 15, 2014 On the official docs, the only example is wihtout parameters. How to set up the type ? there is no example or indication on whate are the values or how to combine them ? Quote Stop toying and make games
DudeAwesome Posted March 15, 2014 Posted March 15, 2014 yougroove this question has been asked so often here, please. self.window = Window:Create(title,0,0,x,y,Window.FullScreen) 1 Quote It doesn´t work... why? mhmmm It works... why?
YouGroove Posted March 16, 2014 Author Posted March 16, 2014 yougroove this question has been asked so often here, please. So often, so it is a problem with official docs so, as code example is without parameters. Anyway thanks as i tried Window:Create(title,0,0,x,y,"FullScreen") it couldn't word indeed. 1 Quote Stop toying and make games
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.