|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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 259 of file keybinder.qc.
References entity(), KEYBIND_IS_SPECIAL, KeyBinds_Functions, and keyGrabber.
Referenced by XonoticKeyBinder::editUserbind(), XonoticInputSettingsTab_fill(), XonoticKeyBinder_doubleClickListBoxItem(), XonoticKeyBinder_keyDown(), and XonoticKeyBinder_keyGrabbed().
Definition at line 389 of file keybinder.qc.
References argv(), cvar_set(), entity(), KEYBIND_IS_OVERRIDER, KEYBIND_IS_SPECIAL, KeyBinder_Bind_UnbindAllForFunction(), KeyBinds_Functions, localcmd(), m_play_click_sound(), MENU_SOUND_CLEAR, tokenize(), and tokenizebyseparator.
Referenced by XonoticKeyBinder::editUserbind(), XonoticInputSettingsTab_fill(), and XonoticKeyBinder_keyDown().
Definition at line 368 of file keybinder.qc.
References cvar_string(), DialogOpenButton_Click(), entity(), KEYBIND_IS_SPECIAL, KEYBIND_IS_USERBIND, KeyBinds_Descriptions, KeyBinds_Functions, strcat(), strlen, and substring().
Referenced by XonoticKeyBinder::editUserbind(), XonoticInputSettingsTab_fill(), and XonoticKeyBinder_keyDown().
Definition at line 413 of file keybinder.qc.
References cvar_set(), entity(), and localcmd().
Referenced by XonoticKeyBinder::editUserbind(), and XonoticBindingsResetDialog_fill().
| entity makeXonoticKeyBinder | ( | ) |
Definition at line 196 of file keybinder.qc.
Referenced by XonoticKeyBinder::editUserbind(), and XonoticInputSettingsTab_fill().