MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / InputButtonMonitor

Method InputButtonMonitor

src/Core/Input/InputButtonMonitor.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace obe::Input
6{
7 InputButtonMonitor::InputButtonMonitor(InputButton& button)
8 : m_button(button)
9 {
10 Debug::Log->debug("Started monitoring InputButton '{}'", m_button.getName());
11 }
12
13 InputButtonMonitor::~InputButtonMonitor()
14 {

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected