You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Cursor Library

6.0

Cursor Library

This cursor library controls the appearance of the mouse pointer. The visibility of the cursor can only be controlled on a handheld.

Touch platforms do not support the concept of a mouse cursor, therefore any call to this library will be ignored on touch platforms.

A good practice is to request the expected cursor appearance within on.activate(). Calls on the cursor library are ignored while deactivated (after on.deactivate() is received).

Related Topics

set

hide

show