Xonotic
|
#include "listbox.qh"
Go to the source code of this file.
Classes | |
class | XonoticKeyBinder |
Functions | |
void | KeyBinder_Bind_Change (entity btn, entity me) |
void | KeyBinder_Bind_Clear (entity btn, entity me) |
void | KeyBinder_Bind_Edit (entity btn, entity me) |
void | KeyBinder_Bind_Reset_All (entity btn, entity me) |
entity | makeXonoticKeyBinder () |
Definition at line 206 of file keybinder.qc.
References KEYBIND_IS_SPECIAL, KeyBinds_Functions, and keyGrabber.
Referenced by XonoticKeyBinder_doubleClickListBoxItem(), XonoticKeyBinder_keyDown(), and XonoticKeyBinder_keyGrabbed().
Definition at line 313 of file keybinder.qc.
References argv(), cvar_set(), KEY_NOT_BOUND_CMD, KEYBIND_IS_SPECIAL, KeyBinds_Functions, keynumtostring(), localcmd, m_play_click_sound(), MENU_SOUND_CLEAR, stof(), and tokenize().
Referenced by XonoticKeyBinder_keyDown().
Definition at line 294 of file keybinder.qc.
References cvar_string(), DialogOpenButton_Click(), KEYBIND_IS_SPECIAL, KeyBinds_Descriptions, KeyBinds_Functions, strcat(), strlen(), and substring().
Referenced by XonoticKeyBinder_keyDown().
Definition at line 335 of file keybinder.qc.
References cvar_set(), and localcmd.
entity makeXonoticKeyBinder | ( | ) |
Definition at line 140 of file keybinder.qc.
Referenced by XonoticInputSettingsTab_fill().