searchKey

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
searchKey
Summary

Sent to the current card of the defaultStack when the hardware search button is pressed.

Introduced5.0.1
OSandroid
Platformsmobile
Example
on searchKey
  answer "You pressed the search key" with "Okay"
end searchKey
RelatedProperty: defaultStack
Message: backKey, menuKey
Description

Handle the searchKey message to perform an action when the search button is pressed.

The searchKey message is sent to the current card of the defaultStack when the hardware search button is pressed.

Tagsui