7中从应用程序禁用触摸输入

7中从应用程序禁用触摸输入

本文介绍了在Windows 7中从应用程序禁用触摸输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试开发一个程序,该程序将允许我切换Windows 7中的触摸/多点触摸功能.我正在寻找一种编程方式来取消选中使用手指作为输入设备".在笔和触摸"控件的触摸"选项卡下 窗口.

I am trying to develop a program that will allow me to toggle the touch/multitouch functionality in Windows 7. I am looking for a programatic way to uncheck the "Use your finger as an input device" under the Touch tab of the Pen and Touch control window.

已为单个窗口/应用程序禁用了触摸输入,但我无法找到有关如何在整个Windows系统上执行此操作的任何信息.

Disabling touch input for a single window/application has been covered, but I haven't been able to find anything on how to do this for the whole windows system.

目标是编写此应用程序,以便在平板电脑模式下可以关闭对触摸/多点触控的支持,以便可以携带平板电脑而不必担心不触摸屏幕.

The goal is to write this application so that the touch/multitouch support can be turned off when in tablet mode so that the tablet can be carried without worrying about not touching the screen.

推荐答案

-Gus


这篇关于在Windows 7中从应用程序禁用触摸输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-28 01:22