platform.window:height

From Inspired-Lua Wiki
Revision as of 16:31, 26 May 2011 by Levak (talk | contribs)
Jump to navigation Jump to search

platform.window.height is a function that is part of platform.window.

This has been introduced in TI-Nspire OS 3.0 (Changes).

Returns the height in pixel of the current display window.

Syntax

platform.window.height()

Example

wh = platform.window.height()