Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ get_modifiers
Method
get_modifiers
modules/engine/input_system/src/input_mapping.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
span<InputModifierId> InputMapping::get_modifiers() SKR_NOEXCEPT
26
{
27
return { modifiers.data(), modifiers.size() };
28
}
29
30
void InputMapping::process_modifiers(float delta) SKR_NOEXCEPT
31
{
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected