dolphin/Source/Core/InputCommon/ControlReference
Filoppi 93e3e691f9 Expose Control Expression variables to mappings UI
-add a way to reset their value (from the mappings UI)
-fix "memory leak" where they would never be cleaned,
one would be created every time you wrote a character after a "$"
-fix ability to create variables with an empty string by just writing "$" (+added error for it)
-Add $ operator to the UI operators list, to expose this functionality even more
2021-05-24 02:38:06 +03:00
..
ControlReference.cpp InputCommon: Return error, if any, from ControlReference::SetExpression(). 2020-11-08 01:04:33 +01:00
ControlReference.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
ExpressionParser.cpp Expose Control Expression variables to mappings UI 2021-05-24 02:38:06 +03:00
ExpressionParser.h Expose Control Expression variables to mappings UI 2021-05-24 02:38:06 +03:00
FunctionExpression.cpp InputCommon: Add a handful of math functions to the expression parser. 2020-08-02 22:09:09 +02:00
FunctionExpression.h InputCommon: Allow controller settings specified with input expresions. 2020-02-08 14:01:55 -06:00