keyPressedShiftLeft property

bool get keyPressedShiftLeft

Implementation

bool get keyPressedShiftLeft =>
    keyPressed(PhysicalKeyboardKey.shiftLeft);