User Tools

Site Tools


tips_tricks:full_screen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips_tricks:full_screen [2015/01/21 11:48]
stevegarman created
tips_tricks:full_screen [2019/09/28 16:58] (current)
Line 1: Line 1:
 ====== Full screen mode ====== ====== Full screen mode ======
 If you need to use the whole screen for your display, you can enter full-screen mode using If you need to use the whole screen for your display, you can enter full-screen mode using
-<code JavaScript>app.SetScreenMode("Full");</code>+<code JavaScript>app.SetScreenMode("Game");</code>
  
 The screen will automatically revert to normal mode when your app ends. The screen will automatically revert to normal mode when your app ends.
Line 7: Line 7:
 If you wish to revert to normal mode sooner than that, use If you wish to revert to normal mode sooner than that, use
 <code JavaScript>app.SetScreenMode("");</code> <code JavaScript>app.SetScreenMode("");</code>
 +
 +There is an older call
 +<code JavaScript>app.SetScreenMode("Full");</code>
 +but this is only really useful on older devices
tips_tricks/full_screen.1421840931.txt.gz ยท Last modified: 2015/01/21 19:48 (external edit)