MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_mappings

Method get_mappings

modules/engine/input_system/src/input_mapping.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50span<SObjectPtr<InputMapping> const> InputMappingContext::get_mappings() const SKR_NOEXCEPT
51{
52 return { mappings_.data(), mappings_.size() };
53}
54
55SObjectPtr<InputMapping> InputMappingContext::add_mapping(SObjectPtr<InputMapping> mapping) SKR_NOEXCEPT
56{

Callers 1

updateMethod · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected