When in fullscreen mode the first two taps on the screen register correctly, but the third and all subsequent taps register at 799, 479, or the lower right corner of the display.
Also worth noting is that this doesn't happen when the mouse cursor is visible, only when I hide the mouse cursor with
Code: Select all
pygame.mouse.set_visible(False)Have I run into some strange bug with PyGame and the Office Foundation Display, or is something else going on?
