【问题标题】:emulate mouse cursor on windows 8.1 rt (metro only)?在 Windows 8.1 rt 上模拟鼠标光标(仅限地铁)?
【发布时间】:2014-01-27 21:02:20
【问题描述】:

我想知道,是否可以从 Metro 应用程序激活和控制 Windows 8.1 rt 中的光标? 我的做法是:

system.windows.forms.cursor.handle
//or
system.windows.forms.control.mouseposition

这可行吗,如果可行,我是否需要首先以某种方式初始化鼠标?

【问题讨论】:

  • Would this work 你为什么不试着找出答案?
  • 因为 atm 周围没有 windows-tablet。我也想知道,为什么没有适用于 windows rt 的鼠标模拟器应用程序

标签: c# microsoft-metro mouse windows-8.1 windows-rt


【解决方案1】:

这是不可能的。 Windows 运行时不提供用于控制光标的 API。

您不能使用 Windows 窗体 API,因为它不能导入到 Windows 应用商店应用的项目中。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-02-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多