Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Lua 和 wxWidgets 都很陌生,目前我正试图通过按下按钮将我的输入从 wxTextCtrl 显示到我的 wxListBox。我怎样才能做同样的代码,但使用 wxLua 而不是 C++?
listPlayers->AppendString(txtUserInput->GetValue())
listPlayers:AppendString(txtUserInput:GetValue())
在继续使用 wxLua 之前,请帮自己一个忙并学习 Lua 的基础知识。