GUID identification used to determine gamepad. /JL

This commit is contained in:
2025-05-06 20:47:01 +02:00
parent e99f8f761c
commit e02148c937
20 changed files with 287 additions and 204 deletions

View File

@@ -1,8 +1,10 @@
import pygame
import pygameControls as PC
from pygameControls import globals
if __name__ == "__main__":
pygame.init()
globals.init()
done = False