11-06-2024, 02:06 AM
(This post was last modified: 11-06-2024, 02:07 AM by PhilOfPerth.)
I'm trying to use mouse functions to identify points on the screen, but noticed the corsor is displaying about 5 pixels below its actual point. Is this something unique to my system? I know I can compensate with my zone positions, but just curious. Try this:
I want to select each cell accurately by mouse pointer, but the pointer is about 5 pixels low.
Code: (Select All)
Screen _NewImage(1040, 768, 32)
PSet (175, 175)
For a = 1 To 7: Draw "d28r26u28l26r26": Next
GetMouse:
While _MouseInput
X = _MouseX: Y = _MouseY
Locate 2, 2: Print X, Y
Wend
GoTo GetMouse
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Please visit my Website at: http://oldendayskids.blogspot.com/
Please visit my Website at: http://oldendayskids.blogspot.com/