MCPcopy Create free account
hub / github.com/Santroller/Santroller / tickAnalog

Method tickAnalog

src/input/ps2.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 return m_device->readAxis(m_input.axis) > 0;
12}
13uint16_t PS2AxisInput::tickAnalog()
14{
15 return m_device->readAxis(m_input.axis);
16}
17void PS2AxisInput::setup()
18{
19}

Callers 3

updateMethod · 0.45
validateMethod · 0.45
updateMethod · 0.45

Calls 2

readAxisMethod · 0.45
readButtonMethod · 0.45

Tested by

no test coverage detected