Panda3D
Loading...
Searching...
No Matches
InputStateWatchToken Class Reference
Inheritance diagram for InputStateWatchToken:
InputStateToken DirectObject

Public Member Functions

 release (self)
 
- Public Member Functions inherited from InputStateToken
 __init__ (self, inputState)
 
 __hash__ (self)
 
 invalidate (self)
 
 isValid (self)
 
- Public Member Functions inherited from DirectObject
 __init__ (self)
 
 accept (self, event, method, extraArgs=[])
 
 acceptOnce (self, event, method, extraArgs=[])
 
 addTask (self, *args, **kwargs)
 
 detectLeaks (self)
 
 doMethodLater (self, *args, **kwargs)
 
 getAllAccepting (self)
 
 ignore (self, event)
 
 ignoreAll (self)
 
 isAccepting (self, event)
 
 isIgnoring (self, event)
 
 removeAllTasks (self)
 
 removeTask (self, taskOrName)
 

Additional Inherited Members

- Static Public Attributes inherited from InputStateToken
str Inval = 'invalidatedToken'
 
 is_valid = isValid
 
- Static Public Attributes inherited from DirectObject
 accept_once = acceptOnce
 
 add_task = addTask
 
 detect_leaks = detectLeaks
 
 do_method_later = doMethodLater
 
 get_all_accepting = getAllAccepting
 
 ignore_all = ignoreAll
 
 is_accepting = isAccepting
 
 is_ignoring = isIgnoring
 
 remove_all_tasks = removeAllTasks
 
 remove_task = removeTask
 
- Protected Member Functions inherited from DirectObject
 _addTask (self, task)
 
 _clearTask (self, task)
 
- Protected Attributes inherited from InputStateToken
 _hash = self._id
 
str _id = InputStateToken._SerialGen.next()
 
 _inputState = inputState
 
- Protected Attributes inherited from DirectObject
dict _taskList = {}
 
- Static Protected Attributes inherited from InputStateToken
 _SerialGen = SerialNumGen()
 

Member Function Documentation

◆ release()

release ( self)

Reimplemented from InputStateToken.