| 146 | } |
| 147 | |
| 148 | void CUIEditKeyBind::Update() |
| 149 | { |
| 150 | CUILabel::Update(); |
| 151 | |
| 152 | m_bTextureAvailable = m_bCursorOverWindow; |
| 153 | if (m_bEditMode) |
| 154 | { |
| 155 | m_pAnimation->Update(); |
| 156 | m_lines.SetTextColor((subst_alpha(m_lines.GetTextColor(), color_get_A(m_pAnimation->GetColor())))); |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | void CUIEditKeyBind::Register(const char* entry, const char* group) |
| 161 | { |
nothing calls this directly
no test coverage detected