SetPhysicalCursorPos 函数 (winuser.h)
设置光标在物理坐标中的位置。
语法
BOOL SetPhysicalCursorPos(
[in] int X,
[in] int Y
);
参数
[in] X
类型: int
光标的新 x 坐标(以物理坐标表示)。
[in] Y
类型: int
光标的新 y 坐标(以物理坐标表示)。
返回值
类型: BOOL
如果成功,则为 TRUE;否则为 FALSE。
注解
有关逻辑坐标和物理坐标之间的差异的说明,请参阅 PhysicalToLogicalPoint。
可以调用 GetLastError 以获取有关生成的任何错误的详细信息。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API 集 | 在 Windows 8.1) 中引入的 ext-ms-win-ntuser-gui-l1-1-1 ( |
另请参阅
概念性
引用