nngn
Loading...
Searching...
No Matches
anonymous_namespace{lua_textbox.cpp} Namespace Reference

Functions

void set_cur (Textbox &t, lua_Integer i)
 
void register_textbox (nngn::lua::table_view t)
 

Variables

constexpr std::array< char, 2 > TEXT_WHITE_STR = {static_cast<char>(Textbox::Command::TEXT_WHITE), 0}
 
constexpr std::array< char, 2 > TEXT_RED_STR = {static_cast<char>(Textbox::Command::TEXT_RED), 0}
 
constexpr std::array< char, 2 > TEXT_GREEN_STR = {static_cast<char>(Textbox::Command::TEXT_GREEN), 0}
 
constexpr std::array< char, 2 > TEXT_BLUE_STR = {static_cast<char>(Textbox::Command::TEXT_BLUE), 0}
 

Function Documentation

◆ register_textbox()

void anonymous_namespace{lua_textbox.cpp}::register_textbox ( nngn::lua::table_view t)
Here is the call graph for this function:

◆ set_cur()

void anonymous_namespace{lua_textbox.cpp}::set_cur ( Textbox & t,
lua_Integer i )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ TEXT_BLUE_STR

std::array<char, 2> anonymous_namespace{lua_textbox.cpp}::TEXT_BLUE_STR = {static_cast<char>(Textbox::Command::TEXT_BLUE), 0}

◆ TEXT_GREEN_STR

std::array<char, 2> anonymous_namespace{lua_textbox.cpp}::TEXT_GREEN_STR = {static_cast<char>(Textbox::Command::TEXT_GREEN), 0}

◆ TEXT_RED_STR

std::array<char, 2> anonymous_namespace{lua_textbox.cpp}::TEXT_RED_STR = {static_cast<char>(Textbox::Command::TEXT_RED), 0}

◆ TEXT_WHITE_STR

std::array<char, 2> anonymous_namespace{lua_textbox.cpp}::TEXT_WHITE_STR = {static_cast<char>(Textbox::Command::TEXT_WHITE), 0}
constexpr