Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_pressed
Method
is_pressed
core/input/input_event.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool InputEvent::is_pressed() const {
88
return pressed && !canceled;
89
}
90
91
bool InputEvent::is_released() const {
92
return !pressed && !canceled;
Callers
7
action_match
Method · 0.45
accumulate
Method · 0.45
_parse_input_event_impl
Method · 0.45
event_get_action_status
Method · 0.45
encode_input_event_key
Function · 0.45
encode_input_event_mouse_button
Function · 0.45
encode_input_event_joypad_button
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected