def __init__(self, *args,**kwargs): Device.__init__(self,*args,**kwargs['dconfig']) if not hasattr(xinput,'xinput_dll'): xinput.loadDLL()
def enableXInput(): # Enables xinput on the system if not hasattr(xinput,'xinput_dll'): xinput.loadDLL() xinput._xinput_dll.XInputEnable(True)
def disableXInput(): # Disables xinput on the system if not hasattr(xinput,'xinput_dll'): xinput.loadDLL() xinput._xinput_dll.XInputEnable(False)
def disableXInput(): # Disables xinput on the system if not hasattr(xinput, 'xinput_dll'): xinput.loadDLL() xinput._xinput_dll.XInputEnable(False)
def __init__(self, *args, **kwargs): Device.__init__(self, *args, **kwargs['dconfig']) if not hasattr(xinput, 'xinput_dll'): xinput.loadDLL()
def __init__(self, *args, **kwargs): Device.__init__(self, *args, **kwargs['dconfig']) xinput.loadDLL()
def enableXInput(): # Enables xinput on the system if not hasattr(xinput, 'xinput_dll'): xinput.loadDLL() xinput._xinput_dll.XInputEnable(True)
def disableXInput(): # Disables xinput on the system xinput.loadDLL() xinput._xinput_dll.XInputEnable(False)
def enableXInput(): # Enables xinput on the system xinput.loadDLL() xinput._xinput_dll.XInputEnable(True)