summaryrefslogtreecommitdiff
path: root/src/gui/guiChatConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiChatConsole.h')
-rw-r--r--src/gui/guiChatConsole.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/guiChatConsole.h b/src/gui/guiChatConsole.h
index 0618f2956..169fb7eb7 100644
--- a/src/gui/guiChatConsole.h
+++ b/src/gui/guiChatConsole.h
@@ -82,9 +82,11 @@ private:
void drawText();
void drawPrompt();
- // Parse conf and populate "ctrl" keys for clickable chat
+ // Clickable weblink stuff
int setupChatClickCtrlKeys(std::string inputline);
bool isInCtrlKeys(const irr::EKEY_CODE& kc);
+ // If clicked fragment has a web url, send it to the system default web browser
+ void middleClick(s32 col, s32 row);
private:
ChatBackend* m_chat_backend;