UnityRawInput Versions Save

Windows Raw Input wrapper for Unity game engine

v1.5

1 year ago

Target Unity version: 2019.4

Changes:

  • Extended supported input (mouse extra button 1 and 2, uncommon keyboard keys)
  • WorkInBackground can now be toggled w/o restarting the service
  • When Run in Background is disabled a warning is logged and it's automatically enabled to prevent slowdowns

Thanks to @Repiteo for #31.

v1.4

1 year ago

Target Unity version: 2019.4

Changes:

  • Added asmdef and package manifest
  • Exposed currently pressed keys
  • Currently pressed keys are now displayed in the example script editor

Thanks to @Repiteo for #27.

v1.3

1 year ago

Target Unity version: 2019.4

Changes:

  • Added mouse xbutton support
  • Renamed RawKeyInput -> RawInput

v1.2

1 year ago

Target Unity version: 2019.4

Changes:

  • Added mouse support #19 (thanks to @silberkoenig)
  • Refactored native bindings for clarity

v1.1

5 years ago

Target Unity version: 2018.3

Changes:

  • Fixed Unity 2018.3 compatibility issues;
  • Fixed IL2CPP build failing due to missing PInvoke attributes (#3);
  • Grouped scripts inside Runtime folder;
  • Added license file to the distributed package.

v1.0

6 years ago

Target Unity version: 2017.4

Initial release version.