mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
| .. | ||
| src | ||
| build-bundler.js | ||
| 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.