Change to use enum value.

This commit is contained in:
Chandler Cox
2023-09-28 13:25:56 -05:00
parent d14dc56b5c
commit 9694522b4e
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ Action Input::MouseLeave;
Delegate<const Float2&, int32> Input::TouchDown;
Delegate<const Float2&, int32> Input::TouchMove;
Delegate<const Float2&, int32> Input::TouchUp;
Delegate<StringView, const InputActionState&> Input::ActionTriggered;
Delegate<StringView, InputActionState> Input::ActionTriggered;
Delegate<StringView> Input::AxisValueChanged;
Array<ActionConfig> Input::ActionMappings;
Array<AxisConfig> Input::AxisMappings;