SET_MOUSE_CURSOR_POSITION@

Platform

Win32, x64

Purpose

To set the position of the mouse with respect to a given window.

Syntax

SUBROUTINE SET_MOUSE_CURSOR_POSITION@( HWND, X, Y )
INTEGER(7) HWND
INTEGER X, Y

Description

HWND is the handle of window, X is the x position relative to the window, and Y is the y position relative to the window. If HWND is zero, the positioning is relative to the top left-hand corner of the screen itself.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited