diff --git a/.gitignore b/.gitignore index eb13e11..2fb2a52 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ /sys/RCa21300 /sys/RCb21300 /build/*.dotsettings +/artifacts +/.vs/ViGEmBus/DesignTimeBuild +/build/obj diff --git a/include/ViGEmClient.h b/include/ViGEmClient.h index d9e2d85..51bd7e0 100644 --- a/include/ViGEmClient.h +++ b/include/ViGEmClient.h @@ -468,23 +468,23 @@ extern "C" { */ VIGEM_API BOOL vigem_target_is_attached(PVIGEM_TARGET target); -/** - * \fn VIGEM_API VIGEM_ERROR vigem_target_x360_get_user_index(PVIGEM_CLIENT vigem, PVIGEM_TARGET target, PULONG index); - * - * \brief Returns the user index of the emulated Xenon device. This value correspondents to the - * (zero-based) index number representing the player number via LED present on a - * physical controller and is compatible to the dwUserIndex propery of the XInput* APIs. - * - * \author Benjamin "Nefarius" Höglinger - * \date 10.05.2018 - * - * \param vigem The driver connection object. - * \param target The target device object. - * \param index The (zero-based) user index of the Xenon device. - * - * \return A VIGEM_ERROR. - */ -VIGEM_API VIGEM_ERROR vigem_target_x360_get_user_index(PVIGEM_CLIENT vigem, PVIGEM_TARGET target, PULONG index); + /** + * \fn VIGEM_API VIGEM_ERROR vigem_target_x360_get_user_index(PVIGEM_CLIENT vigem, PVIGEM_TARGET target, PULONG index); + * + * \brief Returns the user index of the emulated Xenon device. This value correspondents to the + * (zero-based) index number representing the player number via LED present on a + * physical controller and is compatible to the dwUserIndex propery of the XInput* APIs. + * + * \author Benjamin "Nefarius" Höglinger + * \date 10.05.2018 + * + * \param vigem The driver connection object. + * \param target The target device object. + * \param index The (zero-based) user index of the Xenon device. + * + * \return A VIGEM_ERROR. + */ + VIGEM_API VIGEM_ERROR vigem_target_x360_get_user_index(PVIGEM_CLIENT vigem, PVIGEM_TARGET target, PULONG index); #ifdef __cplusplus }