Provide a URI within the menu, and have it switch the active widget in the menu. ``` nk_console_load_uri(console, "Options/Video"); ``` Would go through the console, and find the right widget, and make it the active parent.
Provide a URI within the menu, and have it switch the active widget in the menu.
Would go through the console, and find the right widget, and make it the active parent.