| 18 | { |
| 19 | } |
| 20 | PS2ButtonInput::PS2ButtonInput(proto_PS2ButtonInput input, std::shared_ptr<PS2Device> device) : m_input(input), m_device(device) |
| 21 | { |
| 22 | } |
| 23 | bool PS2ButtonInput::tickDigital() |
| 24 | { |
| 25 | return m_device->readButton(m_input.button); |
nothing calls this directly
no outgoing calls
no test coverage detected