Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Archivist
/
raylib-src
miroir de
https://github.com/raysan5/raylib
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
24
Wiki
Activité
Parcourir la source
Reviewed `IsKeyPressedRepeat()`
#3248
pull/3248/head
Ray
il y a 1 an
Parent
b3f82a148a
révision
dfd0436428
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/rcore.c
+ 1
- 1
src/rcore.c
Voir le fichier
@ -3761,7 +3761,7 @@ bool IsKeyPressed(int key)
bool
IsKeyPressedRepeat
(
int
key
)
{
if
(
CORE
.
Input
.
Keyboard
.
keyRepeatInFrame
[
key
]
=
=
1
)
return
true
;
else
return
tru
e
;
else
return
fals
e
;
}
/
/
Check
if
a
key
is
being
pressed
(
key
held
down
)
Écrire
Aperçu
Chargement…
Annuler
Enregistrer