MCPcopy 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
25span<InputModifierId> InputMapping::get_modifiers() SKR_NOEXCEPT
26{
27 return { modifiers.data(), modifiers.size() };
28}
29
30void InputMapping::process_modifiers(float delta) SKR_NOEXCEPT
31{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected