| 49 | } |
| 50 | |
| 51 | int InputEvent::get_device() const { |
| 52 | return device; |
| 53 | } |
| 54 | |
| 55 | bool InputEvent::is_action(const StringName &p_action, bool p_exact_match) const { |
| 56 | return InputMap::get_singleton()->event_is_action(Ref<InputEvent>(const_cast<InputEvent *>(this)), p_action, p_exact_match); |
no outgoing calls
no test coverage detected