How to move a no frame pygame windows when user click on it?
问题 i would create a pygame window that haven't frame but that move move when the user click on it and move the mouse. So I try this script but when I click on the windows, '0' printed but not '1' But something is wrong in my script # coding : utf-8 import pygame from pygame.locals import * from random import randint from os import environ from math import sqrt pygame.init() max_fps = 250 clock = pygame.time.Clock() window_size_x, window_size_x = 720, 360 infos = pygame.display.Info() environ[