SetExitKey method

void SetExitKey(
  1. int key
)

Set a custom key to exit program (default is ESC)

Implementation

void SetExitKey(int key)
  => _SetExitKey(key);