Parcourir la source

copy-paste failure corrected.

undefined
Benlitz Sam Hocevar <sam@hocevar.net> il y a 11 ans
Parent
révision
b6b490578e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/input/input.cpp

+ 1
- 0
src/input/input.cpp Voir le fichier

@@ -46,6 +46,7 @@ InputDeviceInternal* InputDeviceInternal::CreateStandardKeyboard()
/* "value" is unused, what matters is the index. */
# define KEY_FUNC(key, value) \
keyboard->AddKey(#key);
# include "input/keys.h"
# undef KEY_FUNC
return keyboard;
}


Chargement…
Annuler
Enregistrer