Property

isShiftPressed

Indicates whether the Shift key is pressed.

Source set: Common
expect val KeyEvent.isShiftPressed: Boolean

Indicates whether the Shift key is pressed.

Source set: Common
expect val PointerKeyboardModifiers.isShiftPressed: Boolean

true when the Shift key is pressed.

Source set: Android
actual val KeyEvent.isShiftPressed: Boolean

Indicates whether the Shift key is pressed.

Source set: Android
actual val PointerKeyboardModifiers.isShiftPressed: Boolean

Last updated: