Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
167ae41b
Commit
167ae41b
authored
Feb 21, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Feb 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.Gaming.Input.IRawGameController2 definition.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
66bd6e52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
windows.gaming.input.idl
include/windows.gaming.input.idl
+15
-0
No files found.
include/windows.gaming.input.idl
View file @
167ae41b
...
...
@@ -25,6 +25,7 @@ import "asyncinfo.idl";
import
"eventtoken.idl"
;
import
"windowscontracts.idl"
;
import
"windows.foundation.idl"
;
import
"windows.devices.haptics.idl"
;
import
"windows.gaming.input.forcefeedback.idl"
;
import
"windows.system.idl"
;
...
...
@@ -261,6 +262,20 @@ namespace Windows.Gaming.Input {
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
5.0
),
exclusiveto
(
Windows
.
Gaming.Input.RawGameController)
,
uuid
(
43
c0c035
-
bb73
-
4756
-
a787
-
3
ed6bea617bd
)
]
interface
IRawGameController2
:
IInspectable
requires
Windows
.
Gaming.Input.IRawGameController
,
Windows
.
Gaming.Input.IGameController
{
[
propget
]
HRESULT
SimpleHapticsControllers
(
[
out
,
retval
]
Windows
.
Foundation.Collections.IVectorView<Windows.Devices.Haptics.SimpleHapticsController
*
>
**
value
)
;
[
propget
]
HRESULT
NonRoamableId
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
DisplayName
(
[
out
,
retval
]
HSTRING
*
value
)
;
}
[
object
,
uuid
(
8b
bce529
-
d49c
-
39
e9
-
9560
-
e47dde96b7c8
)
]
...
...
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