IsKeyPressedRepeat method

bool IsKeyPressedRepeat(
  1. int key
)

Check if a key has been pressed again

Implementation

bool IsKeyPressedRepeat(int key)
  => _IsKeyPressedRepeat(key);