MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / DefaultFocusIdc

Method DefaultFocusIdc

engine/Poseidon/UI/Options/ScrollListPage.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11int ScrollListPage::DefaultFocusIdc() const
12{
13 // First slot's value cell is the natural starting focus on a
14 // scroll list — same as the old OptionsScrollList::FocusInitial.
15 // Subclasses can override if their first row is a header.
16 return 501;
17}
18
19void ScrollListPage::Mount(OptionsShell& shell)
20{

Callers 2

PushPageMethod · 0.45
PopPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected