Code review comment for lp:~jpakkane/grail/touchviewer

Revision history for this message
Chase Douglas (chasedouglas) wrote :

That's the problem: it doesn't use utouch-evemu. We should make utouch-evemu read directly from its file, and then use utouch-evemu to get events. Otherwise, we'll be copying code like this around to every place we want to replay events directly from an evemu recording.

I realize this code is in python and utouch-evemu doesn't have any python bindings, but it seems to me that we should rectify utouch-evemu rather than reinvent it in python here.

review: Needs Fixing

« Back to merge proposal