Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cursor is showing low in graphics screen
#1
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:

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
 I want to select each cell accurately by mouse pointer, but the pointer is about 5 pixels low.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply
#2
Must be something on your end.  I'm not seeing the issue on mine.  Are you on Linux, Mac, or Windows?
Reply
#3
Using Windows 11, and the latest version of PE.; I'll try changing  a few things - screen mode etc. - and see what happens. No big deal, but something I have to keep in mind when graphicising.  Big Grin
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply




Users browsing this thread: 1 Guest(s)