diff options
| author | Tess Eisenberger <github@teisen.be> | 2025-02-01 15:59:08 -0800 |
|---|---|---|
| committer | teisenbe <teisenbe@noreply.codeberg.org> | 2025-02-02 04:48:42 +0000 |
| commit | e8eaf3df10a896cb28e91cfc416b19303926a00a (patch) | |
| tree | 15d20a1108d230285ae37a260f6920ac6c6cb8bf /src/tangara/input/input_touch_dpad.cpp | |
| parent | b98e67972bca390961ecd2240ab3d3553ea0bf86 (diff) | |
| download | tangara-fw-e8eaf3df10a896cb28e91cfc416b19303926a00a.tar.gz | |
Add a new setting for input controls when locked
This is just the plumbing of the new setting. The input methods will
come in subsequent patches.
Diffstat (limited to 'src/tangara/input/input_touch_dpad.cpp')
| -rw-r--r-- | src/tangara/input/input_touch_dpad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/input/input_touch_dpad.cpp b/src/tangara/input/input_touch_dpad.cpp index 8ed2bdd7..25c2315b 100644 --- a/src/tangara/input/input_touch_dpad.cpp +++ b/src/tangara/input/input_touch_dpad.cpp @@ -65,7 +65,7 @@ auto TouchDPad::triggers() return {centre_, up_, right_, down_, left_}; } -auto TouchDPad::onLock() -> void { +auto TouchDPad::onLock(drivers::NvsStorage::LockedInputModes mode) -> void { wheel_.LowPowerMode(true); locked_ = true; } |
