DRG-Femboy-Voice/Source/FSD/Private/GamepadCursorSettings.cpp
2025-04-15 12:39:31 -07:00

9 lines
216 B
C++
Executable file

#include "GamepadCursorSettings.h"
UGamepadCursorSettings::UGamepadCursorSettings() {
this->MaxSpeed = 2200.00f;
this->Acceleration = 20.00f;
this->StickySlowDown = 0.50f;
this->DeadZone = 0.30f;
}