Adds tooltip function and tooltips to various ImGui menu items#306
Adds tooltip function and tooltips to various ImGui menu items#306NEstelami merged 16 commits intoHarbourMasters:developfrom
Conversation
|
Tooltips for line 628-631 would also be super helpful to explain what the numbers translate to (can't comment directly there since Github doesn't allow comments on collapsed lines...)
|
|
Same with all the enhancements on lines 742-748 and maybe all the debug settings too.
|
Adds for anti-aliasing settings, cheats, and debug settings Changes tooltip for input scale to be more clear
NEstelami
left a comment
There was a problem hiding this comment.
LGTM! Merge pending rebase conflict resolution.
* Add Controller Navigation - Apply Rainbow patch - Add Controller Navigation - Controller "Back" button opens F1 Menu - Controller Rumble/Gyro settings at the bottom of the controller menu * Restore changes from PR #306 Add back update from #306 * Add Tooltip of new functionality Tooltip: Allows controller navigation of the menu bar D-pad to move between items, A to select, and X to grab focus on the menu bar * set & save check * Fixes for switch port
* Add Controller Navigation - Apply Rainbow patch - Add Controller Navigation - Controller "Back" button opens F1 Menu - Controller Rumble/Gyro settings at the bottom of the controller menu * Restore changes from PR HarbourMasters#306 Add back update from HarbourMasters#306 * Add Tooltip of new functionality Tooltip: Allows controller navigation of the menu bar D-pad to move between items, A to select, and X to grab focus on the menu bar * set & save check * Fixes for switch port
* Add Controller Navigation - Apply Rainbow patch - Add Controller Navigation - Controller "Back" button opens F1 Menu - Controller Rumble/Gyro settings at the bottom of the controller menu * Restore changes from PR HarbourMasters#306 Add back update from HarbourMasters#306 * Add Tooltip of new functionality Tooltip: Allows controller navigation of the menu bar D-pad to move between items, A to select, and X to grab focus on the menu bar * set & save check * Fixes for switch port
…-skip Zora's River Waterfall Cutscene Skip
…urMasters#306) * Adds tooltip function and tooltips to various ImGui menu items * Update SohImGuiImpl.cpp * Adds more tooltips and changes input scale tooltip Adds for anti-aliasing settings, cheats, and debug settings Changes tooltip for input scale to be more clear * Fixes typos, makes N64 mode more clear, and americanizes it * Update SohImGuiImpl.cpp * Standardises D-pad spelling * Update SohImGuiImpl.cpp * Fixes typo, changes dungeon entrances tooltip, and fixes tabs * Clearer wording * Removes full stop * Removes spaces from new line * Removes space after \n * Makes Linux compile * Fixes wording
2022-05-12.20-26-31.mp4
Adding new tooltips for new menu items is as simple as
Tooltip("tooltiptexthere");below any menu item you want a tooltip on