mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-20 17:38:07 -05:00
Use ui::Transition for ui::SlideOutPanel.
This commit is contained in:
@@ -26,6 +26,9 @@ namespace ui
|
||||
/// @brief Renders the control guide. Both arguments are ignored in this case.
|
||||
void render(sdl::SharedTexture &target, bool hasFocus) override;
|
||||
|
||||
/// @brief This is a workaround for states where the guide can't really be hidden correctly. Ex: FileMode.
|
||||
void reset() noexcept;
|
||||
|
||||
private:
|
||||
/// @brief Stores the pointer to the guide string.
|
||||
const char *m_guide{};
|
||||
|
||||
Reference in New Issue
Block a user