MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / update

Method update

src/MappedInputManager.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 MappedInputManager(HalGPIO& gpio, const GfxRenderer& renderer) : gpio(gpio), renderer(renderer) {}
19
20 void update() const { gpio.update(); }
21 bool wasPressed(Button button) const;
22 bool wasReleased(Button button) const;
23 bool isPressed(Button button) const;

Callers 6

waitForPowerReleaseFunction · 0.45
setupFunction · 0.45
loopFunction · 0.45
loopMethod · 0.45
downloadFamilyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected