We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538fff9 commit a20368eCopy full SHA for a20368e
WinUHidUnitTests/PS4.cpp
@@ -381,5 +381,10 @@ TEST(PS4, RumbleEffects) {
381
EXPECT_CB_VALUE(rumbleState, MAKE_RUMBLE_VALUE(0, i));
382
}
383
384
+ //
385
+ // Rumble will cease after 100ms
386
387
+ EXPECT_CB_VALUE(rumbleState, MAKE_RUMBLE_VALUE(0, 0));
388
+
389
WinUHidPS4Destroy(gamepad);
390
WinUHidUnitTests/PS5.cpp
@@ -467,5 +467,10 @@ TEST(PS5, RumbleEffects) {
467
468
469
470
471
472
473
474
475
WinUHidPS5Destroy(gamepad);
476
0 commit comments