|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_settings_input.qh"#include "dialog_settings_input_userbind.qh"#include "dialog_settings_bindings_reset.qh"#include "skinlist.qh"#include "slider_resolution.qh"#include "../item/checkbox.qh"#include "keybinder.qh"#include "textlabel.qh"#include "button.qh"#include "slider.qh"#include "mixedslider.qh"#include "checkbox.qh"#include "inputbox.qh"Go to the source code of this file.
Functions | |
| void | CheckBox_Click_Redisplay (entity me, entity checkbox) |
| void | linkSensitivities (entity slider, entity field) |
| entity | makeXonoticInputSettingsTab () |
| void | updateSensField (entity slider, entity field) |
| void | updateSensSlider (entity field, entity slider) |
| void | XonoticInputSettingsTab_fill (entity me) |
Definition at line 58 of file dialog_settings_input.qc.
References CheckBox_Click(), entity(), and localcmd().
Referenced by XonoticInputSettingsTab_fill().
Definition at line 41 of file dialog_settings_input.qc.
References entity(), updateSensField(), and updateSensSlider().
Referenced by XonoticInputSettingsTab_fill().
| entity makeXonoticInputSettingsTab | ( | ) |
Definition at line 50 of file dialog_settings_input.qc.
Referenced by XonoticSettingsDialog_fill().
Definition at line 27 of file dialog_settings_input.qc.
References entity(), ftos_decimals(), and NULL.
Referenced by linkSensitivities().
Definition at line 16 of file dialog_settings_input.qc.
References autocvar_menu_animations, entity(), NULL, and stof().
Referenced by linkSensitivities().
Definition at line 64 of file dialog_settings_input.qc.
References CheckBox_Click_Redisplay(), CVAR_TYPEFLAG_ENGINE, DialogOpenButton_Click(), entity(), KeyBinder_Bind_Change(), KeyBinder_Bind_Clear(), KeyBinder_Bind_Edit(), linkSensitivities(), main, makeMulti(), makeXonoticButton(), makeXonoticCheckBox(), makeXonoticCheckBox_T(), makeXonoticHeaderLabel(), makeXonoticInputBox_T(), makeXonoticKeyBinder(), makeXonoticMixedSlider(), makeXonoticMixedSlider_T(), makeXonoticSlider_T(), makeXonoticTextLabel(), setDependent(), setDependentNOT(), string_null, and ZCTX.