Window (API)
From ComputerCraft Wiki
Revision as of 07:53, 6 April 2014 by Bomb Bloke (Talk | contribs)
Added by ComputerCraft 1.6, the Window API allows easy definition of spaces within the display that can be written / drawn to, then repositioned or hidden (along with their contents).
API
Returns | Method name | Description |
---|---|---|
table window object | window.create(table parentTerm, number x, number y, number width, number height [, boolean visible]) | Creates and returns a new window object, similar to a wrapped monitor. Refer to the term API for a list of functions attached to it. |