Home
last modified time | relevance | path

Searched refs:select_dir (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6222 int select_dir = 0; in TabBarScrollingButtons() local
6234 select_dir = -1; in TabBarScrollingButtons()
6237 select_dir = +1; in TabBarScrollingButtons()
6245 if (select_dir != 0) in TabBarScrollingButtons()
6249 int target_order = selected_order + select_dir; in TabBarScrollingButtons()