Contents

keyChangedHandler

The block that the profile calls when the user presses a key.

Declaration

var keyChangedHandler: GCKeyboardValueChangedHandler? { get set }

Discussion

If multiple keys change values at the same time, the profile calls this block once for each key that changes.

See Also

Getting Change Information