diff options
author | Mykola Korniichuk <mkorniichuk@luxoft.com> | 2018-10-29 14:03:09 +0200 |
---|---|---|
committer | Mykola Korniichuk <mkorniichuk@luxoft.com> | 2018-10-29 14:03:09 +0200 |
commit | 705a5db93c3f282e2e67834208341398187fded6 (patch) | |
tree | 4ca54bf0a929e4bbf1b66ebaee50d512212a91fd /README.md | |
parent | d36316738785c96dab2ee892762ed08c059fffde (diff) | |
download | sdl_core-705a5db93c3f282e2e67834208341398187fded6.tar.gz |
Open Menu RPC
Current commit contains brand new RPC "ShowAppMenu".
The built-in menu button shows the list of menu entries added
with AddCommand. But since this button is hidden for projection apps,
the menu is not accessible anymore. So the application should
be allowed to send a request to show the built-in menu view.
ShowAppMenu RPC allows projection application to send a request to open
the built-in app menu or any previously added sub menu
by a corresponding id.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ There are several RPCs that are "required" to be implemented in order for SDL to * DeleteCommand * AddSubMenu * DeleteSubMenu + * ShowAppMenu * CreateInteractionChoiceSet * PerformInteraction * DeleteInteractionChoiceSet |