keyPressedShiftLeft property

bool keyPressedShiftLeft

Implementation

bool get keyPressedShiftLeft =>
    keyPressed(KeyCode.Shift_Left);