This commit is contained in:
Glenn Maynard
2006-01-27 00:59:42 +00:00
parent 89a1e0c79e
commit 322f713e89
@@ -153,7 +153,7 @@ void InputHandler_X11::Update()
XLookupKeysym(&event.xkey,0), XSymToDeviceButton(XLookupKeysym(&event.xkey,0)) );
DeviceInput di( DEVICE_KEYBOARD, XSymToDeviceButton(XLookupKeysym(&event.xkey,0)) );
ButtonPressed(di, true);
ButtonPressed( di, true );
}
while( XCheckTypedWindowEvent(X11Helper::Dpy, X11Helper::Win, KeyRelease, &event) )