示例#1
0
 private static void _SendKey(VicarDevice vicar, byte modifier, byte key)
 {
     vicar.SendInputData(VicarDevice.AdditionalCustomInterface.HumanInterfaceDevice,
     new byte[] { modifier, 0x00, key, 0x00, 0x00, 0x00, 0x00, 0x00 });
       vicar.SendInputData(VicarDevice.AdditionalCustomInterface.HumanInterfaceDevice,
     new byte[] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 });
 }