MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetScrollbarIndex

Method GetScrollbarIndex

src/widget.cpp:1288–1291  ·  view source on GitHub ↗

* Get the \c WidgetID of this nested widget's scrollbar. * @return The \c WidgetID. */

Source from the content-addressed store, hash-verified

1286 * @return The \c WidgetID.
1287 */
1288WidgetID NWidgetCore::GetScrollbarIndex() const
1289{
1290 return this->scrollbar_index;
1291}
1292
1293NWidgetCore *NWidgetCore::GetWidgetFromPos(int x, int y)
1294{

Callers 1

DispatchMouseWheelEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected