Browse Source

added name to direct joybox button thrower

Mark Mine 24 years ago
parent
commit
69097c9ec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directdevices/DirectJoybox.py

+ 1 - 1
direct/src/directdevices/DirectJoybox.py

@@ -103,7 +103,7 @@ class DirectJoybox(PandaObject):
             self.buttons.setButtonMap(
                 i, self.breg.getButton(self.getEventName(i)))
         self.eventThrower = self.buttons.getNodePath().attachNewNode(
-            ButtonThrower())
+            ButtonThrower('JB Button Thrower'))
     
     def setNodePath(self, nodePath):
         self.nodePath = nodePath