Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCMenu.cpp181 if( !MouseInRect(m_nPosX, m_nPosY, m_nWidth, m_nHeight) ) { in MouseOver()
207 if( !MouseInRect(m_nPosX, m_nPosY, m_nWidth, m_nHeight) ) in MouseUp()
232 if( !MouseInRect(m_nPosX, m_nPosY, m_nWidth, m_nHeight) ) { in MouseDown()
H A DMenu_Player.cpp427 if(MouseInRect(255,195,30,30) && Mouse->Up) { in Menu_Player_NewPlayer()
713 if(MouseInRect(300,165,30,30) && Mouse->Up) { in Menu_Player_ViewPlayers()
H A DMenu_Local.cpp239 if( MouseInRect(136,132,128,96) ) in Menu_LocalFrame()
/dports/games/openlierox/OpenLieroX/src/common/
H A DMisc.cpp67 bool MouseInRect(int x, int y, int w, int h) in MouseInRect() function
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DMenu.cpp569 if (MouseInRect(fPosX, fPosY, fPosX + fSizeX + 50, fPosY + fSizeY)) in ARX_Menu_Render()
605 if (MouseInRect(fPosX, fPosY, fPosX + fSizeX, fPosY + fSizeY)) in ARX_Menu_Render()
649 if (MouseInRect(fPosX, fPosY, fPosX + fSizeX, fPosY + fSizeY)) in ARX_Menu_Render()
H A DInterface.h232 bool MouseInRect(float x0, float y0, float x1, float y1);
H A DInterface.cpp400 bool MouseInRect(const float x0, const float y0, const float x1=32, const float y1=32) in MouseInRect() function
1447 if (MouseInRect(px,py, px + INTERFACE_RATIO(32), py + INTERFACE_RATIO(64))) in ManageEditorControls()
1536 if (MouseInRect(px, py, px + INTERFACE_RATIO(32), py + INTERFACE_RATIO(32))) in ManageEditorControls()
1558 if (MouseInRect(px,py, px + INTERFACE_RATIO(32), py + INTERFACE_RATIO(32))) in ManageEditorControls()
1580 if (MouseInRect(px, py, px + INTERFACE_RATIO(32), py + INTERFACE_RATIO(32))) in ManageEditorControls()
1695 if (MouseInRect(px, py, px + INTERFACE_RATIO(32), py + INTERFACE_RATIO(32))) in ManageEditorControls()
1759 if (MouseInRect(px,py, px + INTERFACE_RATIO(16), py + INTERFACE_RATIO(16))) in ManageEditorControls()
1783 if (MouseInRect(px,py, px + INTERFACE_RATIO(16), py + INTERFACE_RATIO(16))) in ManageEditorControls()
2100 if (MouseInRect(posx, posy, posx+INTERFACE_RATIO(32), posy+INTERFACE_RATIO(32))) in ManageEditorControls()
4392 if (MouseInRect(posx,posy, posx+INTERFACE_RATIO(32),posy+INTERFACE_RATIO(32))) in StdDraw()
[all …]
H A DMiniMap.cpp441 if(MouseInRect(verts[0].p.x, verts[0].p.y, verts[2].p.x, verts[2].p.y)) { in showBookEntireMap()
/dports/games/openlierox/OpenLieroX/include/
H A DLieroX.h232 bool MouseInRect(int x, int y, int w, int h);
/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient_Draw.cpp1963 …int inbox = MouseInRect(lv->getX(),lv->getY() - GetCursorWidth(CURSOR_ARROW), lv->getWidth() + Get… in DrawRemoteChat()
1964MouseInRect(tInterfaceSettings.ChatboxScrollbarX, tInterfaceSettings.ChatboxScrollbarY, 14 + GetCu… in DrawRemoteChat()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DInventory.cpp1257 …if (MouseInRect((float)DANAESIZX - 35, (float)DANAESIZY - 113, (float)DANAESIZX - 35 + 32, (float)… in PutInInventory()