Rémi Bernon : windows.gaming.input: Implement IIterable<T> and IIterator<T> interfaces.

Alexandre Julliard julliard at winehq.org
Wed Mar 9 16:08:44 CST 2022


Module: wine
Branch: master
Commit: e3b1d818afb85343e8d53360e58a63d2f2616f62
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e3b1d818afb85343e8d53360e58a63d2f2616f62

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Wed Mar  9 09:48:00 2022 +0100

windows.gaming.input: Implement IIterable<T> and IIterator<T> interfaces.

For the generic vector implementation.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windows.gaming.input/controller.c |  11 +-
 dlls/windows.gaming.input/gamepad.c    |  11 +-
 dlls/windows.gaming.input/private.h    |   9 +-
 dlls/windows.gaming.input/vector.c     | 243 +++++++++++++++++++++++++++++++--
 include/windows.gaming.input.idl       |   8 +-
 5 files changed, 259 insertions(+), 23 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e3b1d818afb85343e8d53360e58a63d2f2616f62



More information about the wine-cvs mailing list