Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
bool InputEvent::is_match(const Ref<InputEvent> &p_event, bool p_exact_match) const {
108
return false;
109
}
110
111
bool InputEvent::is_action_type() const {
112
return false;
Callers
10
matches_event
Method · 0.80
is_event_array_equal
Method · 0.80
shortcut_input
Method · 0.80
set_builtin_action_override
Method · 0.80
_set_event
Method · 0.80
shortcut_input
Method · 0.80
_should_display_shortcut
Method · 0.80
gui_input
Method · 0.80
_should_display_action
Method · 0.80
test_input_event_key.h
File · 0.80
Calls
3
get_modifiers_mask
Method · 0.80
is_action
Method · 0.80
is_null
Method · 0.45
Tested by
no test coverage detected