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

8.27 keyboardDown

on.keyboardDown()

This routine is only called on touch-enabled platforms. It indicates that any docked keyboard has been hidden by the user or the script by calling touch.keyboardShow(false)

Introduced in platform.apiLevel = '2.2'