Home
last modified time | relevance | path

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

/dports/games/libretro-picodrive/picodrive-600894e/platform/psp/
H A Dmenu.c434 if(inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in patches_menu_loop()
435 if(inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in patches_menu_loop()
436 if(inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in patches_menu_loop()
566 menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; in savestate_menu_loop()
571 menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; in savestate_menu_loop()
763 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in kc_sel_loop()
764 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in kc_sel_loop()
883 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in cd_menu_loop_options()
884 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in cd_menu_loop_options()
1046 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in dispmenu_loop_options()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/psp/
H A Dmenu.c434 if(inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in patches_menu_loop()
435 if(inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in patches_menu_loop()
436 if(inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in patches_menu_loop()
566 menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; in savestate_menu_loop()
571 menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; in savestate_menu_loop()
763 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in kc_sel_loop()
764 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in kc_sel_loop()
883 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in cd_menu_loop_options()
884 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in cd_menu_loop_options()
1046 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in dispmenu_loop_options()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/platform/gizmondo/
H A Dmenu.c443 if(inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in patches_menu_loop()
444 if(inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in patches_menu_loop()
445 if(inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in patches_menu_loop()
565 menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; in savestate_menu_loop()
570 menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; in savestate_menu_loop()
756 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in kc_sel_loop()
757 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in kc_sel_loop()
874 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in cd_menu_loop_options()
875 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in cd_menu_loop_options()
973 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in amenu_loop_options()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/gizmondo/
H A Dmenu.c443 if(inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in patches_menu_loop()
444 if(inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in patches_menu_loop()
445 if(inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in patches_menu_loop()
565 menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; in savestate_menu_loop()
570 menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; in savestate_menu_loop()
756 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in kc_sel_loop()
757 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in kc_sel_loop()
874 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in cd_menu_loop_options()
875 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > menu_sel_max) menu_sel = 0; } in cd_menu_loop_options()
974 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = menu_sel_max; } in amenu_loop_options()
[all …]
/dports/editors/aewan/aewan-1.0.01/
H A Dmenubar.c79 static int menu_sel; /* which item is currently selected on the variable
93 menu_sel = 0; in menubar_show()
108 menu_sel = 0; in menubar_show()
111 menu_sel = 0; in menubar_show()
115 if (--menu_sel < 0) menu_sel = omenu->item_count-1; in menubar_show()
116 } while (!*(omenu->item[menu_sel].caption)); in menubar_show()
120 if (++menu_sel >= omenu->item_count) menu_sel = 0; in menubar_show()
121 } while (!*(omenu->item[menu_sel].caption)); in menubar_show()
131 menu_sel = 0; in menubar_show()
186 i = strlen(omenu->item[menu_sel].desc); in menubar_paint()
[all …]
/dports/sysutils/lookat/lookat_bekijk-1.4.4/
H A Dmenu.c70 void menu_sel(MENU *m,unsigned s) { in menu_sel() function
93 menu_sel(m,s); in menu_key()
108 menu_sel(m,u); in menu_key()
118 if (i==m->key[0]){if (s==0) s=m->amount; --s;menu_sel(m,s);return(1);}; in menu_key()
119 if (i==m->key[1]){++s;menu_sel(m,s);return(2);}; in menu_key()
139 menu_sel(m,submenu-1); in menu_pull()
162 --s;menu_sel(m2,s); in menu_pull()
166 menu_sel(m2,s); in menu_pull()
231 if (m->txt!=v_txt) { menu_print(m); menu_sel(m,s);} in scroll_menu()
232 else if (s!=v_s) menu_sel(m,s); in scroll_menu()
H A Dmenu.h49 void menu_sel(MENU *m,unsigned s);
H A Dwin.c177 menu_sel(m,s); in open_ynwin()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dmenu.c791 *menu_sel = sel; in me_loop_d()
1232 draw_savestate_bg(menu_sel); in draw_savestate_menu()
1283 menu_sel = menu_sel_max; in menu_loop_savestate()
1291 menu_sel--; in menu_loop_savestate()
1292 if (menu_sel < 0) in menu_loop_savestate()
1293 menu_sel = menu_sel_max; in menu_loop_savestate()
1294 } while (!(state_slot_flags & (1 << menu_sel)) && menu_sel != menu_sel_max && is_loading); in menu_loop_savestate()
1298 menu_sel++; in menu_loop_savestate()
1300 menu_sel = 0; in menu_loop_savestate()
1301 } while (!(state_slot_flags & (1 << menu_sel)) && menu_sel != menu_sel_max && is_loading); in menu_loop_savestate()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/platform/common/
H A Dmenu_pico.c262 static int menu_sel = 0; in menu_loop_patches() local
267 draw_patchlist(menu_sel); in menu_loop_patches()
270 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in menu_loop_patches()
271 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in menu_loop_patches()
272 if (inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in menu_loop_patches()
273 …if (inp &(PBTN_RIGHT|PBTN_R)) { menu_sel+=10; if (menu_sel > PicoPatchCount) menu_sel = PicoPatchC… in menu_loop_patches()
275 if (menu_sel < PicoPatchCount) in menu_loop_patches()
276 PicoPatches[menu_sel].active = !PicoPatches[menu_sel].active; in menu_loop_patches()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Dmenu_pico.c263 static int menu_sel = 0; in menu_loop_patches() local
268 draw_patchlist(menu_sel); in menu_loop_patches()
271 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = PicoPatchCount; } in menu_loop_patches()
272 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > PicoPatchCount) menu_sel = 0; } in menu_loop_patches()
273 if (inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in menu_loop_patches()
274 …if (inp &(PBTN_RIGHT|PBTN_R)) { menu_sel+=10; if (menu_sel > PicoPatchCount) menu_sel = PicoPatchC… in menu_loop_patches()
276 if (menu_sel < PicoPatchCount) in menu_loop_patches()
277 PicoPatches[menu_sel].active = !PicoPatches[menu_sel].active; in menu_loop_patches()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmenu.c1842 static int menu_sel = 0; in menu_loop_cheats() local
1847 draw_cheatlist(menu_sel); in menu_loop_cheats()
1850 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = NumCheats; } in menu_loop_cheats()
1851 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > NumCheats) menu_sel = 0; } in menu_loop_cheats()
1852 if (inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in menu_loop_cheats()
1853 if (inp &(PBTN_RIGHT|PBTN_R)) { menu_sel+=10; if (menu_sel > NumCheats) menu_sel = NumCheats; } in menu_loop_cheats()
1855 if (menu_sel < NumCheats) in menu_loop_cheats()
1856 Cheats[menu_sel].Enabled = !Cheats[menu_sel].Enabled; in menu_loop_cheats()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dmenu.c1842 static int menu_sel = 0; in menu_loop_cheats() local
1847 draw_cheatlist(menu_sel); in menu_loop_cheats()
1850 if (inp & PBTN_UP ) { menu_sel--; if (menu_sel < 0) menu_sel = NumCheats; } in menu_loop_cheats()
1851 if (inp & PBTN_DOWN) { menu_sel++; if (menu_sel > NumCheats) menu_sel = 0; } in menu_loop_cheats()
1852 if (inp &(PBTN_LEFT|PBTN_L)) { menu_sel-=10; if (menu_sel < 0) menu_sel = 0; } in menu_loop_cheats()
1853 if (inp &(PBTN_RIGHT|PBTN_R)) { menu_sel+=10; if (menu_sel > NumCheats) menu_sel = NumCheats; } in menu_loop_cheats()
1855 if (menu_sel < NumCheats) in menu_loop_cheats()
1856 Cheats[menu_sel].Enabled = !Cheats[menu_sel].Enabled; in menu_loop_cheats()
/dports/mail/exmh2/exmh-2.9.0/lib/
H A Daddr.tcl928 set menu_sel [Widget_AddMenuB $f selmenu "Selected..." {right padx 1 filly} ]
931 Widget_AddMenuItem $menu_sel "Mail To" \
933 Widget_AddMenuItem $menu_sel "Edit" \
935 Widget_AddMenuItem $menu_sel "Delete" \
937 Widget_AddMenuItem $menu_sel {Toggle Exclude} \
939 Widget_AddMenuItem $menu_sel {View Last Msg} \
/dports/audio/sweep/sweep-0.9.3/src/
H A Dsweep_app.h112 GtkWidget * menu_sel; member
H A Dview.c2692 view->menu_sel = create_context_menu_sel (view); in view_new()
2747 menu = view->menu_sel; in view_popup_context_menu()
/dports/audio/easytag/easytag-2.4.3/
H A DChangeLog12065 D doc/users_guide_french/images/menu_sel.png
20162 M doc/users_guide_french/images/menu_sel.png
21084 A doc/users_guide_french/images/menu_sel.png