Added ability to change username, handle & avatar in lobby
This commit is contained in:
@@ -103,3 +103,7 @@ void BaseScene::KeyDown(SDL_KeyboardEvent const& event) {
|
||||
void BaseScene::KeyUp(SDL_KeyboardEvent const& event) {
|
||||
//EMPTY
|
||||
}
|
||||
|
||||
void BaseScene::TextInput(SDL_TextInputEvent const& event) {
|
||||
//EMPTY
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user