Upgraded parameters of Unreal/CarlaUE4/Config/DefaultInput.ini to prevent mouse freeze (#2308)
This commit is contained in:
parent
1d71ecb9a8
commit
ab97355040
|
@ -1,5 +1,5 @@
|
|||
## CARLA 0.9.7
|
||||
|
||||
* Upgraded parameters of Unreal/CarlaUE4/Config/DefaultInput.ini to prevent mouse freeze
|
||||
* Add build variant with AD RSS library integration with RSS sensor and result visualisation
|
||||
* Support for OpenGL and Vulkan in docker + headless mode
|
||||
* Added new sensor: Inertial measurement unit (IMU)
|
||||
|
|
|
@ -34,10 +34,10 @@ bEnableMouseSmoothing=True
|
|||
bEnableFOVScaling=True
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
bCaptureMouseOnLaunch=True
|
||||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
bCaptureMouseOnLaunch=False
|
||||
DefaultViewportMouseCaptureMode=CaptureDuringMouseDown
|
||||
bDefaultViewportMouseLock=False
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
DefaultViewportMouseLockMode=DoNotLock
|
||||
+ActionMappings=(ActionName="RestartLevel",Key=R,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="Handbrake",Key=SpaceBar,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
+ActionMappings=(ActionName="ToggleManualMode",Key=M,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
|
||||
|
|
Loading…
Reference in New Issue