From 9dfb7d534485f8a3ed1f1d11b1796b9fc3492443 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 17 Jun 2018 21:04:56 +0200 Subject: [PATCH] Add missing VPAD rumble functions to the vpad/input.h --- include/vpad/input.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/vpad/input.h b/include/vpad/input.h index 7574e66..71995a9 100644 --- a/include/vpad/input.h +++ b/include/vpad/input.h @@ -216,6 +216,13 @@ void VPADGetTPCalibratedPoint(uint32_t chan, VPADTouchData *calibratedData, VPADTouchData *uncalibratedData); + +int32_t +VPADBASEGetMotorOnRemainingCount(uint32_t chan); + +int32_t +VPADBASESetMotorOnRemainingCount(uint32_t chan, + int32_t counter); #ifdef __cplusplus }