Xonotic
|
#include "inputbox.qh"
Go to the source code of this file.
Functions | |
entity | makeXonoticInputBox (float doEditColorCodes, string theCvar) |
entity | makeXonoticInputBox_T (float doEditColorCodes, string theCvar, string theTooltip) |
void | XonoticInputBox_configureXonoticInputBox (entity me, float doEditColorCodes, string theCvar, string theTooltip) |
void | XonoticInputBox_focusLeave (entity me) |
float | XonoticInputBox_keyDown (entity me, float key, float ascii, float shift) |
void | XonoticInputBox_loadCvars (entity me) |
void | XonoticInputBox_saveCvars (entity me) |
void | XonoticInputBox_setText (entity me, string val) |
Definition at line 10 of file inputbox.qc.
References makeXonoticInputBox_T(), and string_null.
Definition at line 3 of file inputbox.qc.
Referenced by makeXonoticInputBox().
void XonoticInputBox_configureXonoticInputBox | ( | entity | me, |
float | doEditColorCodes, | ||
string | theCvar, | ||
string | theTooltip | ||
) |
Definition at line 14 of file inputbox.qc.
References setZonedTooltip(), string_null, and strlen().
Definition at line 23 of file inputbox.qc.
Definition at line 53 of file inputbox.qc.
References K_ENTER, K_KP_ENTER, and SUPER.
Definition at line 40 of file inputbox.qc.
References cvar_string(), and SUPER.
Definition at line 46 of file inputbox.qc.
References CheckSendCvars(), and cvar_set().