Skip to content
Snippets Groups Projects
Commit bf2fd9eb authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

try to support multiple mice, fail

it seems the event.deviceid parameter is not passed through events in pygtk

according to the GTK C API, it is present:

http://www.gtk.org/tutorial1.2/gtk_tut-29.html

this is also the case in this tutorial:

http://www.pygtk.org/pygtktutorial/sec-addingxinputsupport.html

... which doesn't compile here. it is *not* present in our event so we have no way of uniquely identifying pointers (name is the same, even memory hashes are the same)

see #4516
parent 5e8db23f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment