Home
last modified time | relevance | path

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

/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dexultmenu.cc198 …int menux = xpos + (i % 2) * gwin->get_win()->get_full_width() / 2 + gwin->get_win()->get_start_x(… in create_main_menu() local
209 sfxicon, menux, ypos); in create_main_menu()
214 menux, ypos + entry->get_height() + 4); in create_main_menu()
260 …int menux = xpos + (i % 2) * gwin->get_win()->get_full_width() / 2 + gwin->get_win()->get_start_x(… in create_mods_menu() local
264 nullptr, menux, ypos); in create_mods_menu()
271 nullptr, menux, ypos + entry->get_height() + 4); in create_mods_menu()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/tasmrecover/dreamweb/
H A Dkeypad.asm487 mov di,menux-48
494 mov di,menux+54
525 menulist: dw menux+54,menux+68,menuy+72,menuy+88,quitkey
541 mov di,menux
557 mov di,menux
577 mov di,menux
594 mov di,menux-34
600 mov di,menux+64-34
606 mov di,menux-26
612 mov di,menux+64-26
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/tasmrecover/dreamweb/
H A Dkeypad.asm487 mov di,menux-48
494 mov di,menux+54
525 menulist: dw menux+54,menux+68,menuy+72,menuy+88,quitkey
541 mov di,menux
557 mov di,menux
577 mov di,menux
594 mov di,menux-34
600 mov di,menux+64-34
606 mov di,menux-26
612 mov di,menux+64-26
[all …]
/dports/japanese/rogue_s/rogue_s/
H A Dplaymenu.c108 #define menux 54 macro
116 #define menubox() box(menuy-2, menux-4, menuy+10, menux+barlen+2)
367 { CMDSCORE, "�ӡ�", "����������", NO, NO, menuy, menux },
368 { CMDADD, "����", "�ץ쥤�䡼��Ͽ", NO, NO, menuy+2, menux },
369 { CMDCHANGE, "�á�", "�ץ쥤�䡼�ѹ�", NO, NO, menuy+4, menux },
370 { CMDDELETE, "�ġ�", "�ץ쥤�䡼���", NO, NO, menuy+6, menux },
371 { CMDEXIT, "�š�", "��λ", NO, NO, menuy+8, menux },
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dox11menu.h151 int menuheight,menuwidth,menux,menuy; member
H A Dx11menu.c283 dx=framex-menulocal.menux+1; in EvMove()
329 menulocal.menux=framex; in EvMove()
1395 if (menulocal.menux==CW_USEDEFAULT) menulocal.menux=w*3/8; in application()
1400 x=menulocal.menux; in application()
1795 menulocal.menux=x; in CmReloadWindowConfig()
H A Dx11opt.c135 menulocal.menux=x; in DefaultDialogClose()
141 menulocal.menux,menulocal.menuy, in DefaultDialogClose()
H A Dox11menu.c228 if ((endptr[0]=='\0') && (val!=0)) menulocal.menux=val; in mx11loadconfig()
847 menulocal.menux=menulocal.menuy in menuinit()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DPlayerControl.c57 var menux = cursor->GetMenu()->~GetX(); in PlayerControl() local
60 var dx = x-menux; in PlayerControl()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_panel.cpp1889 const auto menux = st::groupCallMenuTogglePosition.x(); in updateControlsGeometry() local
1893 _menuToggle->moveToRight(menux, menuy); in updateControlsGeometry()
1895 _joinAsToggle->moveToRight(menux, menuy); in updateControlsGeometry()
1899 _menuToggle->moveToLeft(menux, menuy); in updateControlsGeometry()
1901 _joinAsToggle->moveToLeft(menux, menuy); in updateControlsGeometry()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/simbody-visualizer/
H A Dsimbody-visualizer.cpp1586 int menux = 10; in redrawDisplay() local
1588 menux += menus[i].draw(menux, viewHeight-10); in redrawDisplay()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmisc.c181 REGISTER INTBIG i, k, menusave, menux, menuy; in us_initialbinding() local
246 menux = INITIALMENUX; in us_initialbinding()
250 menux = INITIALMENUY; in us_initialbinding()
253 us_setmenusize(menux, menuy, us_menupos, FALSE); in us_initialbinding()