Change name to AxisValueChanged.

This commit is contained in:
Chandler Cox
2023-09-26 10:26:06 -05:00
parent 9b48d1feb8
commit d14dc56b5c
3 changed files with 7 additions and 7 deletions

View File

@@ -299,7 +299,7 @@ public:
/// Event fired when virtual input axis is changed. Called before scripts update. See <see cref="AxisMappings"/> to edit configuration.
/// </summary>
/// <seealso cref="InputAxis"/>
API_EVENT() static Delegate<StringView> AxisChanged;
API_EVENT() static Delegate<StringView> AxisValueChanged;
/// <summary>
/// Gets the value of the virtual action identified by name. Use <see cref="ActionMappings"/> to get the current config.