diff options
author | 2021-11-06 14:11:49 +1100 | |
---|---|---|
committer | 2021-11-06 14:11:49 +1100 | |
commit | 014eb6369be34ddedf0c4351ddc314b85041f860 (patch) | |
tree | 22a7262ad05ce91f3d5a7c71660fcfcc621b362f /src/emu/input.cpp | |
parent | 270276c4d30721dc397de6d8c92334469ce37243 (diff) |
input: Clarify docuemntation and a comment.
Diffstat (limited to 'src/emu/input.cpp')
-rw-r--r-- | src/emu/input.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/input.cpp b/src/emu/input.cpp index c8959349b88..5c49d1c2dab 100644 --- a/src/emu/input.cpp +++ b/src/emu/input.cpp @@ -1086,6 +1086,8 @@ s32 input_manager::seq_axis_value(const input_seq &seq, input_item_class &itemcl if (enable) enable = code_pressed(code) ^ invert; // FIXME: need to clear current group value if enable became false + // you can't create a sequence where this matters using the internal UI, + // but you can by editing a CFG file (or controller config file) } else { |