国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 故城县| 清河县| 绥棱县| 关岭| 龙江县| 临澧县| 哈密市| 胶南市| 绥德县| 双牌县| 义马市| 射洪县| 曲松县| 牟定县| 钦州市| 华阴市| 益阳市| 夏津县| 司法| 清镇市| 南充市| 庆城县| 安多县| 鞍山市| 平阴县| 个旧市| 刚察县| 偏关县| 凤城市| 余姚市| 宁都县| 龙井市| 闸北区| 新巴尔虎右旗| 丽江市| 安溪县| 通城县| 南宫市| 黑龙江省| 徐汇区| 长治市|