Sfoglia il codice sorgente

copy-paste failure corrected.

undefined
Benlitz Sam Hocevar <sam@hocevar.net> 11 anni fa
parent
commit
b6b490578e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/input/input.cpp

+ 1
- 0
src/input/input.cpp Vedi File

@@ -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;
}


Caricamento…
Annulla
Salva