Skip to content

Remove bind with Command #4

Description

@iGilga

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); }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions