| 4572 | } |
| 4573 | |
| 4574 | void EditorHelpBitTooltip::_start_timer() { |
| 4575 | if (timer->is_inside_tree() && timer->is_stopped()) { |
| 4576 | timer->start(); |
| 4577 | } |
| 4578 | } |
| 4579 | |
| 4580 | void EditorHelpBitTooltip::_target_gui_input(const Ref<InputEvent> &p_event) { |
| 4581 | // Only scrolling is not checked in `NOTIFICATION_INTERNAL_PROCESS`. |
nothing calls this directly
no test coverage detected