Hello, for linux-user need LeftCommand and RightCommand. May be remove it expect LCtrl and RCtrl?
|
public static bool ControlIsHeld |
|
{ |
|
get { return Input.GetKey(KeyCode.LeftControl) || Input.GetKey(KeyCode.RightControl) || Input.GetKey(KeyCode.LeftCommand) || Input.GetKey(KeyCode.RightCommand); } |
|
} |
Hello, for linux-user need LeftCommand and RightCommand. May be remove it expect LCtrl and RCtrl?
RimSaves/Source/1.3/Utils.cs
Lines 558 to 561 in 1f1f2cb