Renamed. /JL
This commit is contained in:
2
main.py
2
main.py
@@ -1,5 +1,5 @@
|
||||
import pygame
|
||||
import pygameController as PC
|
||||
import pygameControls as PC
|
||||
|
||||
if __name__ == "__main__":
|
||||
pygame.init()
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
from pydualsense import *
|
||||
|
||||
BATTERY_STATE = {
|
@@ -1,5 +1,5 @@
|
||||
import pygame
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
|
||||
class GenericController(ControlsBase):
|
||||
def __init__(self, joy):
|
@@ -13,7 +13,7 @@ This controller is a usb controller, with the following features.
|
||||
"""
|
||||
|
||||
import pygame
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
from enum import Enum
|
||||
|
||||
class InputMode(Enum):
|
@@ -13,7 +13,7 @@ This controller is a usb controller, with the following features.
|
||||
"""
|
||||
|
||||
import pygame
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
from enum import Enum
|
||||
|
||||
class InputMode(Enum):
|
@@ -13,7 +13,7 @@ This controller is a usb controller, with the following features.
|
||||
"""
|
||||
|
||||
import pygame
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
from enum import Enum
|
||||
|
||||
class InputMode(Enum):
|
@@ -13,7 +13,7 @@ This controller is a usb controller, with the following features.
|
||||
"""
|
||||
|
||||
import pygame
|
||||
from pygameController.controlsbase import ControlsBase
|
||||
from pygameControls.controlsbase import ControlsBase
|
||||
from enum import Enum
|
||||
|
||||
class InputMode(Enum):
|
Reference in New Issue
Block a user