fullscreen?
Author |
Message |
Nitro
|
Posted: Sat Jan 11, 2003 11:05 pm Post subject: fullscreen? |
|
|
is it possible to make turing execute in full screen mode? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Sie_Kensou
|
Posted: Sat Jan 11, 2003 11:32 pm Post subject: (No subject) |
|
|
I am not sure about OOT, but the ms-dos turing is executed in full screen. |
|
|
|
|
|
Tony
|
Posted: Sat Jan 11, 2003 11:46 pm Post subject: (No subject) |
|
|
in turing you can use View.Set() function to change the way window appears.
such as
View.Set("graphics:200;200") will make your screen 200pixels by 200pixels in size. You can use
View.Set("graphics:max;max") to make it fullscreen. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Dan
|
Posted: Mon Jan 13, 2003 12:02 am Post subject: (No subject) |
|
|
var win : int := Window.Open ("fullscreen")
whode also do it |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
|
|