MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_match

Method is_match

core/input/input_event.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool InputEvent::is_match(const Ref<InputEvent> &p_event, bool p_exact_match) const {
108 return false;
109}
110
111bool InputEvent::is_action_type() const {
112 return false;

Callers 10

matches_eventMethod · 0.80
is_event_array_equalMethod · 0.80
shortcut_inputMethod · 0.80
_set_eventMethod · 0.80
shortcut_inputMethod · 0.80
gui_inputMethod · 0.80

Calls 3

get_modifiers_maskMethod · 0.80
is_actionMethod · 0.80
is_nullMethod · 0.45

Tested by

no test coverage detected