IsKeyPressedRepeat method

bool IsKeyPressedRepeat(
  1. KeyboardKey key
)

Implementation

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