Property

isMetaPressed

Indicates whether the Meta key is pressed.

Source set: Common
expect val KeyEvent.isMetaPressed: Boolean

Indicates whether the Meta key is pressed.

Source set: Common
expect val PointerKeyboardModifiers.isMetaPressed: Boolean

true when the Meta key is pressed. This is commonly associated with the Windows or Command key on some keyboards.

Source set: Android
actual val KeyEvent.isMetaPressed: Boolean

Indicates whether the Meta key is pressed.

Source set: Android
actual val PointerKeyboardModifiers.isMetaPressed: Boolean

Last updated: