Sweden-Number/dlls/windows.gaming.input
Rémi Bernon 0fc5a07770 windows.gaming.input: Always return S_OK from TryGetFactoryControllerFromGameController.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-11 19:23:28 +01:00
..
tests windows.gaming.input/tests: Fix printf warnings with long types. 2022-01-31 18:38:54 +01:00
Makefile.in windows.gaming.input: Implement Controller(Added|Removed) event support. 2022-03-10 18:27:44 +01:00
classes.idl include: Add Windows.Gaming.Input.IGameControllerBatteryInfo interface definition. 2022-03-02 20:18:06 +01:00
controller.c windows.gaming.input: Always return S_OK from TryGetFactoryControllerFromGameController. 2022-03-11 19:23:28 +01:00
event_handlers.c windows.gaming.input: Implement Controller(Added|Removed) event support. 2022-03-10 18:27:44 +01:00
gamepad.c windows.gaming.input: Always return S_OK from TryGetFactoryControllerFromGameController. 2022-03-11 19:23:28 +01:00
main.c windows.gaming.input: Return correct error from DllGetActivationFactory. 2022-03-11 19:23:28 +01:00
manager.c windows.gaming.input: Always return S_OK from TryGetFactoryControllerFromGameController. 2022-03-11 19:23:28 +01:00
private.h windows.gaming.input: Implement Controller(Added|Removed) event support. 2022-03-10 18:27:44 +01:00
provider.c windows.gaming.input: Implement GetCurrentReading for the RawGameController runtimeclass. 2022-03-10 18:27:44 +01:00
provider.idl windows.gaming.input: Implement GetCurrentReading for the RawGameController runtimeclass. 2022-03-10 18:27:44 +01:00
vector.c windows.gaming.input: Implement IIterable<T> and IIterator<T> interfaces. 2022-03-09 20:54:16 +01:00
windows.gaming.input.spec