Property

isShiftPressed

Indicates whether the Shift key is pressed.

Common
expect val KeyEvent.isShiftPressed: Boolean

Indicates whether the Shift key is pressed.

Common
expect val PointerKeyboardModifiers.isShiftPressed: Boolean

true when the Shift key is pressed.

Android
actual val KeyEvent.isShiftPressed: Boolean

Indicates whether the Shift key is pressed.

Android
actual val PointerKeyboardModifiers.isShiftPressed: Boolean