Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Kerbal's jetpack reacts to the mouse when dragging item

KospY opened this issue ยท 4 comments

commented
commented

Unfortunatly, I think I can't do anything about that.
Squad hard coded the mouse click to rotate the kerbal on eva.

commented

Could temporarily disabling the EVA RCS for the duration of the dragging be an option? Ugly, I know...

commented

SetControlLock have no effect on this.
Anyway, I finally found a workaround, setting the variable jetpackDeployed to false disable the EVA RCS !
I added this solution for the next version :)

commented

It seem there is no way to disable the mouse control on eva.
KSP HandleMovementInput() method use Input.GetMouseButton(0) instead of a GameSettings input, so the Input lock method cannot disable this control.