| 653 | } |
| 654 | |
| 655 | void CLineInput::Deactivate() const |
| 656 | { |
| 657 | if(!IsActive()) |
| 658 | return; |
| 659 | ms_pActiveInput->OnDeactivate(); |
| 660 | ms_pActiveInput = nullptr; |
| 661 | ms_ActiveInputPriority = EInputPriority::NONE; |
| 662 | } |
| 663 | |
| 664 | void CLineInput::OnActivate() |
| 665 | { |
no test coverage detected