mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Add comments to states.
This commit is contained in:
@@ -20,6 +20,8 @@ namespace
|
||||
constexpr std::string_view SECONDARY_TARGET = "SecondaryTarget";
|
||||
} // namespace
|
||||
|
||||
// ---- Construction ----
|
||||
|
||||
TextTitleSelectState::TextTitleSelectState(data::User *user)
|
||||
: TitleSelectCommon()
|
||||
, m_user(user)
|
||||
@@ -29,6 +31,8 @@ TextTitleSelectState::TextTitleSelectState(data::User *user)
|
||||
TextTitleSelectState::refresh();
|
||||
}
|
||||
|
||||
// ---- Public functions ----
|
||||
|
||||
void TextTitleSelectState::update()
|
||||
{
|
||||
const bool hasFocus = BaseState::has_focus();
|
||||
@@ -79,6 +83,8 @@ void TextTitleSelectState::refresh()
|
||||
}
|
||||
}
|
||||
|
||||
// ---- Private functions ----
|
||||
|
||||
void TextTitleSelectState::create_backup_menu()
|
||||
{
|
||||
const int selected = m_titleSelectMenu->get_selected();
|
||||
|
||||
Reference in New Issue
Block a user