Mir

Code review comment for lp:~mir-team/mir/touchspot-visualizer

Revision history for this message
Robert Carr (robertcarr) wrote :

>> I might propose some changes that would aid in reducing the redundant structs concern I raised on
>> 2014-07-07. I'll say "Needs fixing" based on that still. Also...

To me its more important to reduce the coupling between data structures than the number of types. There is a distinct concept here: one is a client input event (which is quite a few things...), the other is an instantaneous list of active touches in the global screen coordinate space.

Anyone else have thoughts?

« Back to merge proposal