| 819 | } |
| 820 | |
| 821 | void MessageInput::inactive() |
| 822 | { |
| 823 | LogFunc; |
| 824 | |
| 825 | if (mouse_lock_follow_active_) { |
| 826 | deactivate_mouse_lock_follow(); |
| 827 | } |
| 828 | |
| 829 | restore_pos(); |
| 830 | window_pos_saved_ = false; |
| 831 | unblock_input(); |
| 832 | } |
| 833 | |
| 834 | std::pair<int, int> MessageInput::get_target_pos() const |
| 835 | { |
nothing calls this directly
no outgoing calls
no test coverage detected