wine/dlls/windows.gaming.input/Makefile.in
Rémi Bernon 1e9b83a440 windows.gaming.input: Implement Controller(Added|Removed) event support.
Using a generic EventHandler<IInspectable *> implementation.

This adds several todo_wine because we currently do not implement custom
game controller factories.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-10 18:27:44 +01:00

16 lines
236 B
Makefile

MODULE = windows.gaming.input.dll
IMPORTS = combase uuid user32 dinput8 setupapi hid
C_SRCS = \
controller.c \
event_handlers.c \
gamepad.c \
main.c \
manager.c \
provider.c \
vector.c
IDL_SRCS = \
classes.idl \
provider.idl