MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / KeyHandle

Method KeyHandle

src-client/ll/api/input/KeyHandle.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39KeyHandle::KeyHandle(
40 KeyRegistry& registrar,
41 std::string_view name,
42 std::vector<int> const& keyCodes,
43 bool allowRemap,
44 std::weak_ptr<mod::Mod> mod
45)
46: impl(std::make_unique<Impl>(registrar, name, keyCodes, allowRemap, std::move(mod))) {}
47
48KeyHandle::~KeyHandle() = default;
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected