menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibCore
IsKeyPressedRepeat method
IsKeyPressedRepeat method
dark_mode
light_mode
IsKeyPressedRepeat
method
bool
IsKeyPressedRepeat
(
int
key
)
Check if a key has been pressed again
Implementation
bool IsKeyPressedRepeat(int key) => _IsKeyPressedRepeat(key);
raylib_dartified package
documentation
core/raylib_dartified
RaylibCore
IsKeyPressedRepeat method
RaylibCore class