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

Method unmap_all

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

Source from the content-addressed store, hash-verified

63}
64
65void InputMappingContext::unmap_all() SKR_NOEXCEPT
66{
67 mappings_.clear();
68}
69
70InputTypeId InputMapping_Keyboard::get_input_type() const SKR_NOEXCEPT
71{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected