python-efl/efl/ecore_input
Davide Andreoli 5b9ba62e8f Fix a nasty ecore.x and ecore.input conflict
Both modules register the ECORE_EVENT_* events, so if you use them toghether one of the 2 was failing to run because the events was already registered by the other.

I'm fixing this by keeping a local event map in ecore.input, not the cleaner solution but it's the safer one I can found (in term of backward compatibility)

This fix (at least) epymc in standalone mode (without a wm)
2017-07-15 22:52:39 +02:00
..
efl.ecore_input.pyx Switch enums to use the old system we had previously 2016-08-16 10:11:34 +03:00
efl.ecore_input_events.pxi Fix a nasty ecore.x and ecore.input conflict 2017-07-15 22:52:39 +02:00