SetExitKey abstract method

void SetExitKey(
  1. KeyboardKey key
)

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

Implementation

void SetExitKey(
  KeyboardKey key,
);