Sweden-Number/dlls/windows.gaming.input
Rémi Bernon b12c74e435 windows.gaming.input: Implement RacingWheel runtimeclass stub.
And instantiate the class for DI8DEVTYPE_DRIVING devices.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-22 13:20:09 +02: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: Introduce Windows.Gaming.Input.RacingWheel activation factory. 2022-04-22 13:19:58 +02: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: Implement HID simple haptics controllers support. 2022-03-15 12:48:11 +01:00
main.c windows.gaming.input: Implement ICustomGameControllerFactory interface for RacingWheel. 2022-04-22 13:20:04 +02:00
manager.c windows.gaming.input: Implement RacingWheel runtimeclass stub. 2022-04-22 13:20:09 +02:00
private.h windows.gaming.input: Implement ICustomGameControllerFactory interface for RacingWheel. 2022-04-22 13:20:04 +02:00
provider.c windows.gaming.input: Implement RacingWheel runtimeclass stub. 2022-04-22 13:20:09 +02:00
provider.idl windows.gaming.input: Implement RacingWheel runtimeclass stub. 2022-04-22 13:20:09 +02:00
racing_wheel.c windows.gaming.input: Implement RacingWheel runtimeclass stub. 2022-04-22 13:20:09 +02:00
vector.c windows.gaming.input: Fix vector InsertAt / RemoveAt copy sizes. 2022-03-18 17:29:53 +01:00
windows.gaming.input.spec