浏览代码

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


正在加载...
取消
保存