PlayMultiplayerSection class
Play multiplayer menu section.
Multiplayer entry screen listing the options to connect to a server or to create a public or private server.
Base classes
-
template<class TItem>class ScrollableMenuSection<PlayMultiplayerItem>
- Simplifies creation of unified scrollable menu sections.
Constructors, destructors, conversion operators
- PlayMultiplayerSection()
- Creates a new instance.
Public functions
Protected functions
- void OnLayoutItem(Canvas* canvas, ListViewItem& item) override
- Called when an item layout should be calculated.
-
void OnDrawItem(Canvas* canvas,
ListViewItem& item,
std::
int32_t& charOffset, bool isSelected) override - Called when an item should be drawn.
- void OnExecuteSelected() override
- Called when the selected item should be executed.