This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
input: removed static keyword for global input names
undefined
Benlitz
Sam Hocevar
<sam@hocevar.net>
11 years ago
parent
845a870c9f
commit
e1241fd974
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/input/input.h
+ 2
- 2
src/input/input.h
View File
@@ -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
{
Write
Preview
Loading…
Cancel
Save