lookupByCode

fun lookupByCode(code: Int): KeyCode?

Answer the KeyCode that matches the provided code.

Return

The matching KeyCode of null if not found.

Parameters

code

The key code to retrieve.