From 1db66c2e486855db6237fa67bbf74864e9952537 Mon Sep 17 00:00:00 2001 From: shrkey Date: Tue, 1 Mar 2016 23:04:49 +0000 Subject: [PATCH] Updated ps3 for more buttons --- ps3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ps3.py b/ps3.py index 1e0dd67..9d95aa9 100644 --- a/ps3.py +++ b/ps3.py @@ -52,6 +52,8 @@ class ps3: self.lastleft = -1 self.lastright = -1 self.lastvert = -1 + self.lastvert2 = -1 + self.lastside = -1 self.lastbuttontime = 0 # get count of joysticks=1, axes=27, buttons=19 for DualShock 3 def select_joystick(self, num):