answer some commented questions

This commit is contained in:
Devin J. Pohly
2012-12-31 19:31:38 -05:00
parent 301bc1428b
commit d9f61d919c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ void InputHandler_X11::Update()
lastEvent.type = 0;
}
// Why only the zero index?
// Get the first defined keysym for this event's key
lastDB = XSymToDeviceButton( XLookupKeysym(&event.xkey, 0) );
if( lastDB == DeviceButton_Invalid )