Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

MouseKeyHook.AssemblyInfo.cs 1.7 KiB

pirms 8 mēnešiem
pirms 8 mēnešiem
123456789101112131415161718192021222324252627282930313233343536
  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.