From 3361e07d8594e2c5f4b8a9d461310e2932a34628 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Mon, 27 Jan 2025 01:09:49 -0300 Subject: [PATCH] Fixed doc mistake. --- include/buttoncombo/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/buttoncombo/api.h b/include/buttoncombo/api.h index cd8a91c..d2c3efb 100644 --- a/include/buttoncombo/api.h +++ b/include/buttoncombo/api.h @@ -126,7 +126,7 @@ ButtonComboModule_Error ButtonComboModule_AddButtonComboPressDownEx(const char * ButtonComboModule_ComboStatus *outStatus); /** * Wrapper for `ButtonComboModule_AddButtonComboPressDownEx` with - * - `observer` set to "true" + * - `observer` set to "false" * - `controllerMask` set to "BUTTON_COMBO_MODULE_CONTROLLER_ALL" * * **Requires ButtonComboModule API version 1 or higher**