mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
Consolidates the node-related script functions into node.inc.sh, as part of cleaning up the build scripts and making them easier to maintain into the future. Fixes: #14447 |
||
|---|---|---|
| .. | ||
| src | ||
| .c8rc.json | ||
| build.sh | ||
| readme.md | ||
| tsconfig.json | ||
engine/events
This submodule provides definitions for utilized by KMW event handling:
- Our documented API events from KMW 16.0 and before have a different specification from that of EventEmitter, which started seeing use for internal events in KMW 12.0.
- The OSK features UI elements that are displayed conditionally based on if there are event handlers for specific events; this needs special handling, even when basing the events on EventEmitter.