VK.cs 160 B

123456789
  1. using System;
  2. namespace LYFZ.OtherExpansion.Win32.Const
  3. {
  4. public static class VK
  5. {
  6. public const int VK_LBUTTON = 1;
  7. public const int VK_RBUTTON = 2;
  8. }
  9. }