Changes

Jump to navigation Jump to search

platform.isDeviceModeRendering

122 bytes added, 21:28, 11 August 2011
no edit summary
Line 3: Line 3:     
Returns a boolean :  
 
Returns a boolean :  
* ''true'' if the script is running on the hand-held device or in the emulator of the desktop software.
+
* ''true'' if the script is running on the hand-held device, or in the hand-held view in the emulator of the desktop software.
* ''false'' if the script is running in the normal view of the desktop software.  
+
* ''false'' if the script is running in the normal view (bigger screen) of the desktop software.  
      Line 13: Line 13:     
== Example  ==
 
== Example  ==
<syntaxhighlight>device = platform.isDeviceModeRendering()</syntaxhighlight>
+
<syntaxhighlight>device = platform.isDeviceModeRendering() and "handheld" or "software"
 +
-- will set device to "handheld" or "software" accordingly</syntaxhighlight>
    
== See also  ==
 
== See also  ==
 
*[[:Category:platform|platform]]
 
*[[:Category:platform|platform]]
   −
<br /><br />
+
<br />
 
      
[[Category:platform]]
 
[[Category:platform]]

Navigation menu