Handbook
Glossary
is-key-pressed-repeat ( key -- bool )
Vocabulary
raylib
Inputs
key
a
KeyboardKey
Outputs
bool
a
bool
Word description
Check if a key has been pressed again (Only PLATFORM_DESKTOP)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
is-key-pressed-repeat
bool
IsKeyPressedRepeat (
int
key )