grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » GetTopOverlay() |
Version 2.1
|
The GetTopOverlay Lua function returns a handle for the overlay at the top of the display with the provided index number.
Overlay is the internal name for what is called pop-ups or menus in the rest of this manual.
この関数は、引数を受け取りません。
This example uses the Dump() function to show information about the MenuSelector pop-up - it is the one opening when pressing the Menu key.
The Dump() function returns a string with information about the object, for instance, the name, class, path of the object, its properties, and children.
Learn more in the Dump() topic.
Lua |
return function() |