Home
last modified time | relevance | path

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

/dports/games/54321/54321/code/
H A DmainmenuView.cpp62 ::SDL_BlitSurface( button, 0, this->screen, &quitBox ); in redrawQuit()
64 SDL_Rect rr = quitBox; in redrawQuit()
67 ::SDL_BlitSurface( this->overlay, &rr, this->screen, &quitBox ); in redrawQuit()
72 quitBox.x, quitBox.y, in redrawQuit()
73 quitBox.w, quitBox.h in redrawQuit()
99 xx >= quitBox.x && xx < quitBox.x + quitBox.w in handleMouseClick()
100 && yy >= quitBox.y && yy < quitBox.y + quitBox.h in handleMouseClick()
120 SDL_Rect NKlein_54321::MainMenuView::quitBox = { member in NKlein_54321::MainMenuView
H A DmainmenuView.h37 static SDL_Rect quitBox; variable
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DQuitBox.cpp66 quitBox.x1=0.02f; in CQuitBox()
67 quitBox.y1=0.06f; in CQuitBox()
68 quitBox.x2=0.30f; in CQuitBox()
69 quitBox.y2=0.10f; in CQuitBox()
139 if(InBox(mx,my,box+quitBox)){ in Draw()
141 DrawBox(box+quitBox); in Draw()
175 font->glPrint(box.x1 + quitBox.x1 + 0.025f, in Draw()
176 … box.y1 + (quitBox.y1 + quitBox.y2)/2, 1, FONT_VCENTER | FONT_SCALE | FONT_NORM, "Quit"); in Draw()
242 if(InBox(mx,my,box+quitBox)) in GetTooltip()
323 else if (InBox(mx, my, box + quitBox)) { in MouseRelease()
[all …]
H A DQuitBox.h34 ContainerBox quitBox; variable
/dports/games/54321/54321/nws/
H A Dmenuview.nw48 static SDL_Rect quitBox;
51 SDL_Rect <<MainMenuVNameSpace>>::quitBox = {
237 ::SDL_BlitSurface( button, 0, this->screen, &quitBox );
244 quitBox.x, quitBox.y,
245 quitBox.w, quitBox.h
255 SDL_Rect rr = quitBox;
258 ::SDL_BlitSurface( this->overlay, &rr, this->screen, &quitBox );
318 xx >= quitBox.x && xx < quitBox.x + quitBox.w
319 && yy >= quitBox.y && yy < quitBox.y + quitBox.h
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_sysreqs.h22 int16_t quitBox(bool skipQuitMsg);
H A Dft2_events.c518 if (quitBox(true) == 1) in handleInput()
H A Dft2_sysreqs.c679 int16_t quitBox(bool skipQuitMsg) in quitBox() function
H A Dft2_mouse.c664 if (quitBox(false) == 1) in mouseButtonDownHandler()
H A Dft2_keyboard.c145 if (quitBox(false) == 1) in keyDownHandler()
/dports/games/csmash/csmash-0.6.6/
H A DLauncherView.cpp653 GtkWidget *allbox, *mainbox, *quitBox; in Init() local
693 quitBox = gtk_vbox_new( FALSE, 5 ); in Init()
696 gtk_box_pack_start( GTK_BOX(quitBox), m_quit, FALSE, TRUE, 10 ); in Init()
699 gtk_box_pack_start( GTK_BOX(allbox), quitBox, FALSE, TRUE, 10 ); in Init()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.cpp892 #define quitBox (TinselV2 ? t2QuitBox : t1QuitBox) macro
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Ddialogs.cpp622 #define quitBox (TinselV2 ? t2QuitBox : t1QuitBox) macro