Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.23 KB

File metadata and controls

37 lines (29 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.4.0 - 2022-02-06

Fixed

  • Ensure the alignment fix for x64 platform (issue #1)

1.3.0 - 2022-02-06

Fixed

  • Fix alignment in x64 platform (issue #1) (LowLevelControls.Natives.INPUT)
  • Fix key up issue for SendChar/SendText (LowLevelControls.Keyboard.SendChar, LowLevelControls.Keyboard.SendText)

1.2.0 - 2021-04-24

Added

  • LowLevelControls.Screen.GetScaledVirtualScreenRect
  • LowLevelControls.Screen.GetScreenScaling

1.1.0 - 2018-03-16

Added

  • LowLevelControls.Window

1.0.0 - 2018-03-07

Added

  • LowLevelControls
  • LowLevelControls.Sample
  • LowLevelControls.Sample2