mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 04:26:31 -04:00
[Client] Add GUIController method for changing chat window mode
This commit is contained in:
parent
d45db97808
commit
ae2d247968
@ -211,6 +211,11 @@ bool mwmp::GUIController::pressedKey(int key)
|
||||
return false;
|
||||
}
|
||||
|
||||
void mwmp::GUIController::changeChatMode()
|
||||
{
|
||||
mChat->pressedChatMode();
|
||||
}
|
||||
|
||||
bool mwmp::GUIController::getChatEditState()
|
||||
{
|
||||
return mChat->editState;
|
||||
|
@ -45,11 +45,13 @@ namespace mwmp
|
||||
|
||||
void showDialogList(const BasePlayer::GUIMessageBox &guiMessageBox);
|
||||
|
||||
bool getChatEditState();
|
||||
|
||||
/// Returns 0 if there was no events
|
||||
bool pressedKey(int key);
|
||||
|
||||
void changeChatMode();
|
||||
|
||||
bool getChatEditState();
|
||||
|
||||
void update(float dt);
|
||||
|
||||
void processCustomMessageBoxInput(int pressedButton);
|
||||
|
Loading…
x
Reference in New Issue
Block a user