Companion

object Companion

Functions

Link copied to clipboard
fun getModifiersFrom(keyStroke: KeyStroke): Set<ModifierKey>

Answer all the ModifierKeys used in the provided KeyStroke.

fun getModifiersFrom(modifier: Int): Set<ModifierKey>

Answer all the ModifierKeys used in the provided modifier value.

Link copied to clipboard
fun lookup(lookupKey: String): ModifierKey?

Answer the ModifierKey that matches the provided ModifierKey.lookupKey.

Link copied to clipboard
fun lookupByCode(code: Int): ModifierKey?

Answer the ModifierKey that matches the provided modifier.

Properties

Link copied to clipboard
val menuShortcutKeyMaskEx: ModifierKey

The ModifierKey that is the appropriate accelerator key for menu shortcuts.

Link copied to clipboard
val validLookups: String

The ModifierKey.lookupKeys of all the valid ModifierKeys.