Function GlobalMouseY() As Integer
Определяет глобальные координаты мыши по оси Y относительно рабочего стола
нет
Windows , Linux
#Include "window9.bi"
Dim As Integer event
Dim as HWND hwnd
hwnd=OpenWindow("",10,10,200,200) : CenterWindow(hwnd)
Do
event=WindowEvent()
? GlobalMouseX & "x" & GlobalMouseY
If Event=EventClose Then End
Sleep(10)
Loop
Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation