Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c565d003
Commit
c565d003
authored
Feb 26, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Feb 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows.gaming.input: Split Gamepad runtimeclass to a separate source.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e8219b59
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
Makefile.in
dlls/windows.gaming.input/Makefile.in
+1
-0
gamepad.c
dlls/windows.gaming.input/gamepad.c
+0
-0
main.c
dlls/windows.gaming.input/main.c
+0
-0
private.h
dlls/windows.gaming.input/private.h
+1
-0
No files found.
dlls/windows.gaming.input/Makefile.in
View file @
c565d003
...
...
@@ -3,6 +3,7 @@ IMPORTS = combase uuid
C_SRCS
=
\
controller.c
\
gamepad.c
\
main.c
IDL_SRCS
=
classes.idl
dlls/windows.gaming.input/gamepad.c
0 → 100644
View file @
c565d003
This diff is collapsed.
Click to expand it.
dlls/windows.gaming.input/main.c
View file @
c565d003
This diff is collapsed.
Click to expand it.
dlls/windows.gaming.input/private.h
View file @
c565d003
...
...
@@ -35,3 +35,4 @@
#include "windows.gaming.input.h"
extern
IActivationFactory
*
controller_factory
;
extern
IActivationFactory
*
gamepad_factory
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment