Home
last modified time | relevance | path

Searched refs:GetPositionOnLegend (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dsmallmap_gui.h170 int GetPositionOnLegend(Point pt);
H A Dsmallmap_gui.cpp1392 int SmallMapWindow::GetPositionOnLegend(Point pt) in GetPositionOnLegend() function in SmallMapWindow
1412 int industry_pos = GetPositionOnLegend(pt); in OnMouseOver()
1477 int click_pos = this->GetPositionOnLegend(pt); in OnClick()