Hi!
I would like to increase the windows size of the project. How can i do that?
Great thanks!
If you are using PVRShell with PVRVFrame then you can use a pair of lines in InitApplication() like:
Code:
PVRShellSet(prefWidth, xxx);
PVRShellSet(prefHeight, yyy);
On an actual device then the window size may be dictated by the device's resolution.