fix naming for fake events device, part 2

This commit is contained in:
Qingping Hou
2012-06-24 10:13:24 +08:00
parent cee51b8db2
commit ca46092f1b

View File

@@ -229,7 +229,7 @@ function Input:init()
-- SDL key codes
self.event_map = self.sdl_event_map
else
input.open("slider")
input.open("fake_events")
input.open("/dev/input/event0")
input.open("/dev/input/event1")