IsKeyPressedRepeat method
Implementation
bool IsKeyPressedRepeat(
KeyboardKey key,
) => run(
() => 'IsKeyPressedRepeat(${key.name})',
() => rl.Core.IsKeyPressedRepeat(key.value),
);
bool IsKeyPressedRepeat(
KeyboardKey key,
) => run(
() => 'IsKeyPressedRepeat(${key.name})',
() => rl.Core.IsKeyPressedRepeat(key.value),
);