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

include: Add Windows.Gaming.Input.IGamepad2 interface declaration.

parent 622d98b7
......@@ -448,6 +448,19 @@ namespace Windows.Gaming.Input {
[
contract(Windows.Foundation.UniversalApiContract, 3.0),
exclusiveto(Windows.Gaming.Input.Gamepad),
uuid(3c1689bd-5915-4245-b0c0-c89fae0308ff)
]
interface IGamepad2 : IInspectable
requires Windows.Gaming.Input.IGamepad,
Windows.Gaming.Input.IGameController
{
HRESULT GetButtonLabel([in] Windows.Gaming.Input.GamepadButtons button,
[out, retval] Windows.Gaming.Input.GameControllerButtonLabel *value);
}
[
contract(Windows.Foundation.UniversalApiContract, 3.0),
exclusiveto(Windows.Gaming.Input.RacingWheel),
uuid(f546656f-e106-4c82-a90f-554012904b85)
]
......
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