Property

isAltPressed

Indicates whether the Alt key is pressed.

Source set: Common
expect val KeyEvent.isAltPressed: Boolean

Indicates whether the Alt key is pressed.

Source set: Common
expect val PointerKeyboardModifiers.isAltPressed: Boolean

true when the Alt key is pressed. This is commonly associated with the Option key on some keyboards.

Source set: Android
actual val KeyEvent.isAltPressed: Boolean

Indicates whether the Alt key is pressed.

Source set: Android
actual val PointerKeyboardModifiers.isAltPressed: Boolean

Last updated: