From 5a3dad029886dc553c6bdc7e0d56a34ef26fd60d Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 9 Sep 2022 15:32:48 +1000 Subject: [PATCH] chore(core): fixup km_kbp_event docs --- core/include/keyman/keyboardprocessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/keyman/keyboardprocessor.h b/core/include/keyman/keyboardprocessor.h index e49fa4b779..efac59d472 100644 --- a/core/include/keyman/keyboardprocessor.h +++ b/core/include/keyman/keyboardprocessor.h @@ -1139,7 +1139,7 @@ the state may also be modified. ##### Parameters: - __state__: A pointer to the opaque state object. -- __event__: The event to be processed, from KM_KBP_EVENT enumeration +- __event__: The event to be processed, from km_kbp_event_code enumeration - __data__: Additional event-specific data. Currently unused, must be nullptr. ```c @@ -1152,7 +1152,7 @@ km_kbp_event( void* data ); -enum km_kbp_event_codes { +enum km_kbp_event_code { /** * A keyboard has been activated by the user. The processor may use this * event, for example, to switch caps lock state or provide other UX.