summaryrefslogtreecommitdiff
path: root/src/ui/ui_shared.h
diff options
context:
space:
mode:
authorJeff Kent <jeff@jkent.net>2017-04-13 11:30:00 +0000
committer/dev/humancontroller <devhc@example.com>2017-04-15 17:24:15 +0200
commit9edb8f8a9eb94ca6150a13900716750a710a74bc (patch)
tree132bcf00fa387c12c260099c81fba7bda9dbbeb8 /src/ui/ui_shared.h
parent6d4cacd5ad49d654e99c458f5002c70732c9e0a6 (diff)
multi-protocol: implement messagemode[2] in the ui module, for use in non-1.1 clients
Diffstat (limited to 'src/ui/ui_shared.h')
-rw-r--r--src/ui/ui_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_shared.h b/src/ui/ui_shared.h
index e55cc7f..210899e 100644
--- a/src/ui/ui_shared.h
+++ b/src/ui/ui_shared.h
@@ -241,6 +241,7 @@ typedef struct itemDef_s {
const char *action; // select script
const char *onFocus; // select script
const char *leaveFocus; // select script
+ const char *onTextEntry; // called when text entered
const char *cvar; // associated cvar
const char *cvarTest; // associated cvar for enable actions
const char *enableCvar; // enable, disable, show, or hide based on value, this can contain a list