xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.83KB
    文件類型: .cs
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 按鍵??定時??

資源簡介

定時自動按鍵

資源截圖

代碼片段和文件信息

using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Runtime.InteropServices;
using?System.Diagnostics;
using?System.Collections;
using?System.Windows.Forms;
using?System.IO;
using?System;
using?System.Threading;

public?class?HotKeys
{
????//引入系統API
????[DllImport(“user32.dll“)]
????static?extern?bool?RegisterHotKey(IntPtr?hWnd?int?id?int?modifiers?Keys?vk);
????[DllImport(“user32.dll“)]
????static?extern?bool?UnregisterHotKey(IntPtr?hWnd?int?id);


????int?keyid?=?10;?????//區分不同的快捷鍵
????Dictionary?keymap?=?new?Dictionary();???//每一個key對于一個處理函數
????public?delegate?void?HotKeyCallBackHanlder();

????//組合控制鍵
????public?enum?HotkeyModifiers
????{
????????Alt?=?1
????????Cont

評論

共有 條評論