您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

37 行
1.7 KiB

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using System;
  11. using System.Reflection;
  12. [assembly: System.Reflection.AssemblyCompanyAttribute("George Mamaladze")]
  13. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  14. [assembly: System.Reflection.AssemblyCopyrightAttribute("(c) George Mamaladze 2000-2020")]
  15. [assembly: System.Reflection.AssemblyDescriptionAttribute(@"
  16. This library attaches to windows global hooks, tracks keyboard and mouse clicks and movement and raises common .NET events with KeyEventArgs and MouseEventArgs, so you can easily retrieve any information you need:
  17. * Mouse coordinates
  18. * Mouse buttons clicked
  19. * Mouse wheel scrolls
  20. * Key presses and releases
  21. * Special key states
  22. * [NEW] Key combinations and sequences
  23. Additionally, there is a possibility to supress certain keyboard or mouse clicks, or detect special key combinations.
  24. ")]
  25. [assembly: System.Reflection.AssemblyFileVersionAttribute("5.6.1.0")]
  26. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("5.6.1-alpha+b79ac874181d9d56e6669885181d3888c6561822")]
  27. [assembly: System.Reflection.AssemblyProductAttribute("Gma.System.MouseKeyHook")]
  28. [assembly: System.Reflection.AssemblyTitleAttribute("MouseKeyHook")]
  29. [assembly: System.Reflection.AssemblyVersionAttribute("5.6.1.0")]
  30. // Generated by the MSBuild WriteCodeFragment class.