IsKeyReleased method

bool IsKeyReleased(
  1. int key
)

Implementation

bool IsKeyReleased(int key) {
  return _IsKeyReleased(key);
}