IsKeyPressedRepeat function

bool IsKeyPressedRepeat(
  1. KeyboardKey key
)

Implementation

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