Jazz2::UI::Menu::ImportSection class

Import Episodes menu section (Emscripten only).

Lets the player pick original game files through the browser file picker and imports the episodes and levels found in them.

Base classes

class MenuSection
Base class of a menu section.

Constructors, destructors, conversion operators

ImportSection()
Creates a new instance.

Public functions

void OnShow(IMenuContainer* root) override
Called when the section is shown.
void OnUpdate(float timeMult) override
Called when the section should be updated.
void OnDraw(Canvas* canvas) override
Called when the section should be drawn — the bottom background layer.
void OnTouchEvent(const nCine::TouchEvent& event, Vector2i viewSize) override
Called when a touch event is triggered.