IsKeyPressedRepeat abstract method

bool IsKeyPressedRepeat(
  1. KeyboardKey key
)

Check if a key has been pressed again

Implementation

bool IsKeyPressedRepeat(
  KeyboardKey key,
);