Merge remote-tracking branch 'origin/master' into sdl_platform

This commit is contained in:
2025-06-04 19:30:30 +03:00
74 changed files with 490 additions and 312 deletions

View File

@@ -1236,7 +1236,7 @@ void InputService::Update()
{
for (auto i = Axes.Begin(); i.IsNotEnd(); ++i)
{
if (Math::NotNearEqual(i->Value.Value, i->Value.PrevValue))
if (i->Value.Value != i->Value.PrevValue)
{
Input::AxisValueChanged(i->Key);
}