onRelease

abstract fun onRelease(primaryCode: Int)

Called when the user releases a key. This is sent after the onKey is called. For keys that repeat, this is only called once.

Parameters

primaryCode

the code of the key that was released