IsKeyPressedRepeat method

bool IsKeyPressedRepeat(
  1. int key
)

Implementation

bool IsKeyPressedRepeat(int key) {
  return _IsKeyPressedRepeat(key);
}