限制鼠标仅在一个窗口内移动
我正在尝试模仿赛车模拟器中的平视显示器,并且我想显示一个半透明程序窗口(即显示java小程序的浏览器窗口),该窗口仅将鼠标移动限制在该窗口。
这样我就可以使用 USB 轨迹板等与对话框屏幕中的内容进行交互,同时仍然与赛车模拟器进行交互。
我的问题主要集中在鼠标移动的限制上,这在Windows 7中可以吗?
问候
I am trying to mimic a Head-Up Display in a racing simulator, and I want to display a semi-transperant program window (i.e. a browser window showing a java applet) which limits mouse movements to that window only.
That way I can use a USB-track pad or the like to interact with the content in the dialog screen while still interacting with the racing simulator.
My question is mainly focused on the restriction of mouse movement, is this possible in Windows 7?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 ClipCursor API 调用 - Make确保在窗口停用或最小化时撤消任何剪辑。
Use the ClipCursor API call - Make sure you undo any clipping when your window is deactivated or minimized.