国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

UnityWebPlayer屏蔽右鍵及全屏

2019-11-08 03:25:59
字體:
供稿:網(wǎng)友
/// <summary>/// 過濾鼠標(biāo)右鍵./// </summary>/// <param name="m">The m.</param>/// <returns></returns>public bool PReFilterMessage(ref System.Windows.Forms.Message m){ try { if (this.unityPlayer == null) { return false; } if (m.Msg == WMConst.WM_KEYUP || m.Msg == WMConst.WM_SYSKEYUP) { int param = m.WParam.ToInt32(); if (param == (int)Keys.F11) { Interop_KeyUp_F11(); return true; } }System.Drawing.Rectangle area = new System.Drawing.Rectangle(this.unityPlayer.Location, this.unityPlayer.Size); Point pos = Control.MousePosition; if (area.Contains(this.PointToClient(pos))) { switch (m.Msg) { case WMConst.WM_RBUTTONDOWN: if (this.ContextMenuStrip != null) { pos = this.unityPlayer.PointToClient(pos); this.m_contextMenuStrip.Show(this.unityPlayer, new Point(pos.X, pos.Y)); } return true; case WMConst.WM_RBUTTONUP: return true; case WMConst.WM_RBUTTONDBLCLK: return true; default: return false; } } return false; } catch (Exception ex) { return false; }} /// <summary>/// 截獲F11設(shè)置全屏./// </summary>public void Interop_KeyUp_F11(){ try { this.m_fullScreen = !this.m_fullScreen; if (this.m_fullScreen) { this.Dock = DockStyle.None; this.Left = 0; this.Top = 0; this.Width = Screen.PrimaryScreen.Bounds.Width; this.Height = Screen.PrimaryScreen.Bounds.Height; Methods.SetParent(this.Handle, IntPtr.Zero); base.Parent.Hide(); } else { Methods.SetParent(this.Handle, base.Parent.Handle); base.Parent.Show(); } } catch (Exception ex) { }}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 伊通| 元江| 桦甸市| 韶关市| 运城市| 关岭| 尼勒克县| 康乐县| 襄城县| 盐池县| 四子王旗| 攀枝花市| 长泰县| 兴国县| 荥阳市| 龙江县| 贵德县| 阿勒泰市| 华蓥市| 安国市| 宜都市| 吉林省| 乳源| 永修县| 镇沅| 民乐县| 讷河市| 达尔| 宝山区| 庐江县| 潮州市| 治多县| 青田县| 井冈山市| 安多县| 东山县| 福安市| 宁陕县| 乌审旗| 泰州市| 炉霍县|