SetExitKey function

void SetExitKey(
  1. KeyboardKey key
)

Implementation

void SetExitKey(
  KeyboardKey key,
) => _module.SetExitKey(key);