Homebrew Menu: Difference between revisions
| Line 166: | Line 166: | ||
| menuListTiles || posEnd[0] is the the maximum number of tile entries to adjust the currently selected entry index by, for example with HID input for DPad Up/Down. || No, no || posEnd[0] | | menuListTiles || posEnd[0] is the the maximum number of tile entries to adjust the currently selected entry index by, for example with HID input for DPad Up/Down. || No, no || posEnd[0] | ||
|- | |- | ||
| menuListIcon || Menu entry icon. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, no || posStart | | menuListIcon || Menu entry icon. posStart is relative to the current tile entry (see menuList), regardless of posType. size must be >0 and <=256x256, otherwise 256x256 is used. || No, no || posStart, size | ||
|- | |- | ||
| menuListName || Menu entry name text. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, no || posStart, size | | menuListName || Menu entry name text. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, no || posStart, size | ||
|- | |- | ||
| menuActiveEntryIcon || Icon for the currently active menu entry. || No, yes || posStart | | menuActiveEntryIcon || Icon for the currently active menu entry. size must be >0 and <=256x256, otherwise 256x256 is used. || No, yes || posStart, size | ||
|- | |- | ||
| menuActiveEntryName || Name text for the currently active menu entry. || No, yes || posStart, size | | menuActiveEntryName || Name text for the currently active menu entry. || No, yes || posStart, size | ||