diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-05-06 01:11:53 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-05-06 01:14:20 +0200 |
commit | f764223f938ec49e99a662581c18af98661be1af (patch) | |
tree | 3a2107608121dd7baa73b4916d8abcb1c60f6b8b /src/common/input.h | |
parent | Merge pull request #10153 from FernandoS27/a-quickie-fixie (diff) | |
download | yuzu-f764223f938ec49e99a662581c18af98661be1af.tar yuzu-f764223f938ec49e99a662581c18af98661be1af.tar.gz yuzu-f764223f938ec49e99a662581c18af98661be1af.tar.bz2 yuzu-f764223f938ec49e99a662581c18af98661be1af.tar.lz yuzu-f764223f938ec49e99a662581c18af98661be1af.tar.xz yuzu-f764223f938ec49e99a662581c18af98661be1af.tar.zst yuzu-f764223f938ec49e99a662581c18af98661be1af.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index 51b277c1f..66fb15f0a 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -111,6 +111,8 @@ struct AnalogProperties { float offset{}; // Invert direction of the sensor data bool inverted{}; + // Invert the state if it's converted to a button + bool inverted_button{}; // Press once to activate, press again to release bool toggle{}; }; |