unity3d窗口消息拦截.pdfVIP

  • 19
  • 0
  • 约1.42千字
  • 约 2页
  • 2021-12-01 发布于江苏
  • 举报
using UnityEngine; using System.Collections; using System.Runtime.InteropServices; using System; public class WindowMessage : MonoBehaviour { //定义委托 public delegate IntPtr CallBack(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam); //保存原始消息处理函数的地址 public IntPtr OldWndP

文档评论(0)

1亿VIP精品文档

相关文档