Changes in OS 3.9

From Inspired-Lua Wiki
Revision as of 19:32, 30 May 2014 by Adriweb (talk | contribs)
Jump to navigation Jump to search

In version 3.9 of the Nspire platform, Lua Scripting changes can be found on the API side and in the general behaviour of the script.
This page will be updated as changes are found

Behaviour-related

The window and the Nspire-specific APIs are now available for use when the user code is loaded.

API-related

Additions

Changes

  • apilevel '2.4' is now available
  • on.paint is now passed more arguments : the coordinates and dimensions of the window : on.paint(gc, x, y, w, h).