IsKeyPressedRepeat function

bool IsKeyPressedRepeat(
  1. int key
)

Implementation

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