Module: wine Branch: master Commit: e3b1d818afb85343e8d53360e58a63d2f2616f62 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e3b1d818afb85343e8d53360e... Author: Rémi Bernon <rbernon(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=e3b1d818afb85343e8d53...