webdsky
Version:
Emulation of the DSKY user interface of the Apollo Guidance Computer for the Web platform
38 lines (20 loc) • 796 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Emulate a retriggerable one-shot flip-flop for key presses, for a minimum event length of 100ms,
for the `proceed` and `keypress` events. This is important on mobile devices and for mouseup
events which come too quickly after mousedown events to be picked up by the underlying
AGC emulation.
- CHANGELOG.md
- Clarified source code comments.
- Fixed package.json keywords.
Initial release.