このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
input: removed static keyword for global input names
undefined
Benlitz
Sam Hocevar
<sam@hocevar.net>
12年前
親
845a870c9f
コミット
e1241fd974
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
src/input/input.h
+ 2
- 2
src/input/input.h
ファイルの表示
@@ -16,8 +16,8 @@
namespace lol
{
static
const String g_name_mouse("Mouse");
static
const String g_name_keyboard("Keyboard");
const String g_name_mouse("Mouse");
const String g_name_keyboard("Keyboard");
class InputDevice
{
書き込み
プレビュー
読み込み中…
キャンセル
保存