瀏覽代碼

copy-paste failure corrected.

undefined
Benlitz Sam Hocevar <sam@hocevar.net> 11 年之前
父節點
當前提交
b6b490578e
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/input/input.cpp

+ 1
- 0
src/input/input.cpp 查看文件

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


Loading…
取消
儲存