IsKeyPressedRepeat function

bool IsKeyPressedRepeat(
  1. int key
)

See RaylibCoreFlatModule.IsKeyPressedRepeat.

Implementation

bool IsKeyPressedRepeat(
  int key,
) => _module.IsKeyPressedRepeat(key);