remove unused functions
This commit is contained in:
parent
aad47d0746
commit
cf118a310c
@ -153,14 +153,6 @@ class inputManager():
|
|||||||
self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",debug.debugLevel.ERROR)
|
self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",debug.debugLevel.ERROR)
|
||||||
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
|
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
|
||||||
|
|
||||||
#def isFenrirKeyPressed(self):
|
|
||||||
# print('isFenrirKeyPressed')
|
|
||||||
# return 'KEY_FENRIR' in self.env['input']['prevDeepestInput']
|
|
||||||
|
|
||||||
#def isScriptKeyPressed(self):
|
|
||||||
# print('isScriptKeyPressed')
|
|
||||||
# return 'KEY_SCRIPT' in self.env['input']['prevDeepestInput']
|
|
||||||
|
|
||||||
def noKeyPressed(self):
|
def noKeyPressed(self):
|
||||||
return self.env['input']['currInput'] == []
|
return self.env['input']['currInput'] == []
|
||||||
def isKeyPress(self):
|
def isKeyPress(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user