禁用 Windows ce 上的右键单击
我们有一个在全屏上运行的应用程序,但如果我将手指按住应用程序的边框(角落),我会得到右键单击菜单(复制粘贴等)。我需要以编程方式禁用右键单击,以便该窗口不会打开。
编辑:我想禁用设备级别的右键单击,不是应用程序级别。
有什么方法可以做到这一点吗?如果是这样怎么办?
谢谢
We have an application that runs on fullscreen but if I keep my fingers pressed on the borders of the application (corners), I get the right click menu (copy paste etc). I need to programmatically disable right click so that that window wouldn't open.
Edit: I want to disable right click on device level, NOT application level.
Is there any way of doing it? If so how?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是目标设备的 OEM,您可以禁用 aygshell API (SYSGEN_AYGSHELL= 0),但您也可能会失去其他功能。
If you are the OEM of your target device, you can disable aygshell API (SYSGEN_AYGSHELL= 0), but you may lose other features also.