MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / FindFromPoint

Method FindFromPoint

src/openrct2/ui/DummyWindowManager.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return nullptr;
102 }
103 WindowBase* FindFromPoint(const ScreenCoordsXY& screenCoords) override
104 {
105 return nullptr;
106 }
107 WidgetIndex FindWidgetFromPoint(WindowBase& w, const ScreenCoordsXY& screenCoords) override
108 {
109 return kWidgetIndexNull;

Callers 3

GetMapCoordinatesFromPosFunction · 0.45
ViewportFindFromPointFunction · 0.45
ScreenGetMapXYFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected