XInput and HID - architecture

Henri Verbeet hverbeet at gmail.com
Thu Mar 3 10:30:56 CST 2016


On 3 March 2016 at 16:10, Juan Jose Gonzalez <juanj.gh at gmail.com> wrote:
> There's still the problem with where to put the
> serialization/deserialization code. While xinput itself only needs to
> read the mappings, the config tool needs to be able to read, alter and
> write them, so we need to at least make the deserialization logic
> accessible to both modules. Especially for a text serializer, that is
> definitely not something we would want to duplicate.
>
It's probably one of those things where it depends on how the actual
code is going to look in the end, but if it's simple enough you could
perhaps implement it as inline functions in some header under
include/wine/.



More information about the wine-devel mailing list