menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
IsKeyPressedRepeat method
IsKeyPressedRepeat method
dark_mode
light_mode
IsKeyPressedRepeat
method
bool
IsKeyPressedRepeat
(
int
key
)
Implementation
bool IsKeyPressedRepeat(int key) { return _IsKeyPressedRepeat(key); }
raylib_dartified package
documentation
core/raylib
RaylibCore
IsKeyPressedRepeat method
RaylibCore class