yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::Context Struct Reference

#include <tui.h>

Collaboration diagram for yaze::cli::Context:

Public Attributes

Rom rom
 
LayoutID current_layout = LayoutID::kMainMenu
 
std::string error_message
 
bool use_autocomplete = true
 
bool show_suggestions = true
 

Detailed Description

Definition at line 65 of file tui.h.

Member Data Documentation

◆ rom

Rom yaze::cli::Context::rom

Definition at line 66 of file tui.h.

Referenced by main().

◆ current_layout

LayoutID yaze::cli::Context::current_layout = LayoutID::kMainMenu

Definition at line 67 of file tui.h.

◆ error_message

std::string yaze::cli::Context::error_message

Definition at line 68 of file tui.h.

◆ use_autocomplete

bool yaze::cli::Context::use_autocomplete = true

Definition at line 69 of file tui.h.

◆ show_suggestions

bool yaze::cli::Context::show_suggestions = true

Definition at line 70 of file tui.h.


The documentation for this struct was generated from the following file: