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

Method SwipeToNextPage

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

Source from the content-addressed store, hash-verified

94 }
95
96 void EntryMenu::SwipeToNextPage() {
97 const auto old_entry_idx = this->cur_entry_idx;
98 this->base_entry_idx_x += this->entry_width_count;
99 this->cur_entry_idx += this->entry_width_count * g_EntryHeightCount;
100 this->NotifyFocusedEntryChanged(old_entry_idx);
101 }
102
103 void EntryMenu::SwipeRewind() {
104 const auto old_entry_idx = this->cur_entry_idx;

Callers 1

OnRenderMethod · 0.95

Calls 1

Tested by

no test coverage detected