mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-06 23:57:40 +00:00
Merge pull request #7253 from keymanapp/chore/fixup-km_kbp_event-docs
chore(core): fixup km_kbp_event docs
This commit is contained in:
commit
33bb154dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue