Xonotic
|
#include "../panel.qh"
Go to the source code of this file.
Functions | |
float | HUD_Panel_Chat_InputEvent (float bInputType, float nPrimary, float nSecondary) |
Definition at line 14 of file chat.qc.
References autocvar__con_chat_maximized, chat_maximized_scroll_ofs, cvar(), K_MWHEELDOWN, K_MWHEELUP, K_PGDN, K_PGUP, mousepos, and vid_conheight.
Referenced by CSQC_InputEvent().
bool autocvar__con_chat_maximized |
Definition at line 6 of file chat.qh.
Referenced by HUD_Chat(), HUD_Main(), and HUD_Panel_Chat_InputEvent().
bool autocvar_con_chat |
Definition at line 7 of file chat.qh.
Referenced by HUD_Chat().
bool autocvar_con_chatrect |
Definition at line 12 of file chat.qh.
Referenced by HUD_Chat().
float autocvar_con_chatsize |
Definition at line 8 of file chat.qh.
Referenced by HUD_Chat(), and HUD_Panel_SetPosSize().
float autocvar_con_chatwidth |
Definition at line 15 of file chat.qh.
Referenced by HUD_Chat().
float autocvar_con_notify |
Definition at line 9 of file chat.qh.
Referenced by Scoreboard_Draw().
float autocvar_con_notifysize |
Definition at line 10 of file chat.qh.
Referenced by Scoreboard_Draw().
bool autocvar_hud_panel_chat |
Definition at line 4 of file chat.qh.
Referenced by HUD_Chat().