menuKey

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
menuKey
Summary

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

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

Handle the menuKey message to perform an action when the menu key is pressed.

The menuKey message is sent to the current card of the defaultStack when the hardware menu button is pressed.

Tagsui