From 4a6c3a7fdc537429ef4c933f33fb2df0f2b6c4fa Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 6 Jun 2024 23:19:54 +0200 Subject: [PATCH] vpad: Add VPADGetButtonProcMode --- include/vpad/input.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/vpad/input.h b/include/vpad/input.h index f43a380df..bc78fd792 100644 --- a/include/vpad/input.h +++ b/include/vpad/input.h @@ -836,7 +836,14 @@ VPADSamplingCallback VPADSetSamplingCallback(VPADChan chan, VPADSamplingCallback callback); - +/** + * Returns the proc mode of the given Gamepad. + * + * \param chan + * The channel of the Gamepad to get the proc mode from + */ +BOOL +VPADGetButtonProcMode(VPADChan chan); #ifdef __cplusplus }