lookupByCode

fun lookupByCode(code: Int): ModifierKey?

Answer the ModifierKey that matches the provided modifier.

Return

The matching ModifierKey of null if not found.

Parameters

code

The key code to retrieve.