Skip to content
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 641 Bytes

keyboard-visualizer-sample

  • Uses the swap chain model
  • Splits render loop and message loop into separate threads
  • Handles keyboard hook and message loop in the same thread
  • Supports Windows OS

Testing environment

PS C:\Users\owner> [System.Environment]::OSVersion.Version

Major  Minor  Build  Revision
-----  -----  -----  --------
10     0      19044  0


PS C:\Users\owner> rustc -V
rustc 1.64.0-nightly (263edd43c 2022-07-17)

License

See LICENSE.

This product uses Microsoft/windows-rs.