Add files via upload

This commit is contained in:
themixray 2021-11-03 16:46:56 +03:00 committed by GitHub
parent b198774370
commit a974991048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 420 additions and 22 deletions

View file

@ -29,7 +29,8 @@ class gamepad:
self._start()
def _tick(self):
events = _inputs.get_gamepad()
if not self._pygame.display.get_active():return
if not self._pygame.display.get_active():
return
self.founded = True
if events:
for event in events: