Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ MouseInside
Method
MouseInside
src/game/client/ui.cpp:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
bool CUi::MouseInside(const CUIRect *pRect) const
277
{
278
return pRect->Inside(MousePos());
279
}
280
281
void CUi::ConvertMouseMove(float *pX, float *pY, IInput::ECursorType CursorType) const
282
{
Callers
13
RenderDemoPlayer
Method · 0.80
DoAudioPreview
Method · 0.80
DoMapEditor
Method · 0.80
UpdateHotEnvelopePoint
Method · 0.80
RenderEnvelopeEditor
Method · 0.80
DoEditorDragBar
Method · 0.80
Render
Method · 0.80
PopupSelectImage
Method · 0.80
UpdateTooltip
Method · 0.80
DoButtonLogic
Method · 0.80
DoButton_DraggableEx
Method · 0.80
UiDoValueSelector
Method · 0.80
Calls
1
Inside
Method · 0.80
Tested by
no test coverage detected