SetExitKey method

void SetExitKey(
  1. int key
)

Implementation

void SetExitKey(int key) {
  return _SetExitKey(key);
}