Python Forum
[PyGame] Problem when moving game window
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Problem when moving game window
#16
I just tried your game on a windows laptop and replicated your issue. It appears to be a windows only issue. The first thing comes to mind is someone mentioned a long time ago the pygame math module was buggy. Ive always avoided the math module and created my own. If you do that and the issue goes away, then you know it is a bug in the math module of pygame. If the problem persists after that i would still contact pygame devs. The fact that it works as intended in linux/mac and not in windows seems to be a bug, not code related. Usually when that happens i would pinpoint the culprit at one of the 3rd party libraries. Pygame, Pytmx, etc.
Recommended Tutorials:
Reply


Messages In This Thread
Problem when moving game window - by michael1789 - Jan-12-2020, 04:25 PM
RE: Problem when moving game window - by metulburr - Jan-12-2020, 11:16 PM
RE: Problem when moving game window - by metulburr - Jan-14-2020, 07:38 PM
RE: Problem when moving game window - by metulburr - Jan-14-2020, 10:32 PM
RE: Problem when moving game window - by metulburr - Jan-15-2020, 12:07 PM
RE: Problem when moving game window - by metulburr - Jan-15-2020, 08:44 PM
RE: Problem when moving game window - by metulburr - Jan-15-2020, 09:44 PM
RE: Problem when moving game window - by metulburr - Jan-16-2020, 11:43 AM
RE: Problem when moving game window - by metulburr - Jan-17-2020, 01:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] Problem With Entering Game Loop ElevenDecember 3 2,656 Jan-19-2020, 08:25 AM
Last Post: michael1789
  Snake Game - obstacle problem Samira 3 5,602 Oct-31-2019, 02:58 PM
Last Post: Samira
  [PyGame] Game Logic problem with a "The Game of Life" Replication Coda 2 3,132 Dec-24-2018, 09:26 AM
Last Post: Coda
  [PyGame] Pong game key.event problem erickDarko 2 4,169 Dec-12-2018, 03:17 PM
Last Post: erickDarko

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020