Commit c565d003 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

windows.gaming.input: Split Gamepad runtimeclass to a separate source.

parent e8219b59
...@@ -3,6 +3,7 @@ IMPORTS = combase uuid ...@@ -3,6 +3,7 @@ IMPORTS = combase uuid
C_SRCS = \ C_SRCS = \
controller.c \ controller.c \
gamepad.c \
main.c main.c
IDL_SRCS = classes.idl IDL_SRCS = classes.idl
...@@ -35,3 +35,4 @@ ...@@ -35,3 +35,4 @@
#include "windows.gaming.input.h" #include "windows.gaming.input.h"
extern IActivationFactory *controller_factory; extern IActivationFactory *controller_factory;
extern IActivationFactory *gamepad_factory;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment