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

include: Add Windows.Gaming.Input.IRawGameController2 definition.

parent 66bd6e52
......@@ -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(43c0c035-bb73-4756-a787-3ed6bea617bd)
]
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(8bbce529-d49c-39e9-9560-e47dde96b7c8)
]
......
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