MCPcopy 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
276bool CUi::MouseInside(const CUIRect *pRect) const
277{
278 return pRect->Inside(MousePos());
279}
280
281void CUi::ConvertMouseMove(float *pX, float *pY, IInput::ECursorType CursorType) const
282{

Callers 13

RenderDemoPlayerMethod · 0.80
DoAudioPreviewMethod · 0.80
DoMapEditorMethod · 0.80
RenderEnvelopeEditorMethod · 0.80
DoEditorDragBarMethod · 0.80
RenderMethod · 0.80
PopupSelectImageMethod · 0.80
UpdateTooltipMethod · 0.80
DoButtonLogicMethod · 0.80
DoButton_DraggableExMethod · 0.80
UiDoValueSelectorMethod · 0.80

Calls 1

InsideMethod · 0.80

Tested by

no test coverage detected