diff --git a/src/gui/inputdevices/NewGtkInputDevice.cpp b/src/gui/inputdevices/NewGtkInputDevice.cpp index b74c3b3f..6789229b 100644 --- a/src/gui/inputdevices/NewGtkInputDevice.cpp +++ b/src/gui/inputdevices/NewGtkInputDevice.cpp @@ -154,6 +154,8 @@ bool NewGtkInputDevice::eventHandler(GdkEvent* event) { input = (InputSequence*) g_hash_table_lookup(pointerInputList, device); + printf("dev->input : %ld->%ld", device, input); + if (input == NULL) { input = new InputSequence(this);