Update pygameControls/dualsense_edge_controller.py
This commit is contained in:
@@ -7,6 +7,7 @@ class DualSenseEdgeController(ControlsBase):
|
||||
self.device = pydualsense()
|
||||
self.device.init()
|
||||
self.name = self.device.device.get_product_string()
|
||||
self.guid = self.device.get_guid()
|
||||
self.connection_type = connection_type
|
||||
self.powerlevel = self.device.battery.Level
|
||||
self.batterystate = BATTERY_STATE[str(self.device.battery.State)]
|
||||
|
||||
Reference in New Issue
Block a user