MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / SwipeRewind

Method SwipeRewind

projects/uMenu/source/ul/menu/ui/ui_EntryMenu.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void EntryMenu::SwipeRewind() {
104 const auto old_entry_idx = this->cur_entry_idx;
105 this->base_entry_idx_x = 0;
106 this->cur_entry_idx = 0;
107
108 this->NotifyFocusedEntryChanged(old_entry_idx);
109 }
110
111 pu::sdl2::TextureHandle::Ref EntryMenu::LoadEntryIconTexture(const Entry &entry) {
112 auto icon_path = entry.control.icon_path;

Callers 1

RewindMethod · 0.95

Calls 1

Tested by

no test coverage detected