You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Event Handling > arrowKey

8.3 arrowKey

on.arrowKey(key)

This routine is called when the user presses an arrow key. The key parameter may be “up”, “down”, “left”, or “right”. This routine is not called if the script implements a specific arrow key handler (on.arrowDown for instance) for the particular arrow key type.

Introduced in platform.apiLevel = '1.0'