cleanup
This commit is contained in:
		| @@ -14,6 +14,7 @@ class driver(inputDriver): | ||||
|          | ||||
|     def initialize(self, environment): | ||||
|         self.env = environment | ||||
|         self.env['runtime']['inputManager'].setShortcutType('KEY')         | ||||
|         self._initialized = True         | ||||
|         print('Input Debug Driver: Initialized')     | ||||
|          | ||||
|   | ||||
| @@ -44,6 +44,7 @@ class driver(inputDriver): | ||||
|         self.watchDog = Value(c_bool, True) | ||||
|     def initialize(self, environment): | ||||
|         self.env = environment | ||||
|         self.env['runtime']['inputManager'].setShortcutType('KEY')         | ||||
|         global _evdevAvailable | ||||
|         global _udevAvailable         | ||||
|         self._initialized = _evdevAvailable | ||||
|   | ||||
		Reference in New Issue
	
	Block a user