| 5 | namespace 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 | { |