| Package | com.yworks.canvas.input |
| Class | public final class InputMutex |
| Inheritance | InputMutex Object |
ConcurrencyControllers.
If an input mode owns the mutex, all other input modes registered with the controller will be disabled.
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance. | InputMutex | ||
release():void
Releases this mutex. | InputMutex | ||
| InputMutex | () | Constructor |
public function InputMutex(owner:ConcurrencyController, inputMode:IConcurrentInputMode)Creates a new instance.
Parametersowner:ConcurrencyController — The ConcurrencyController as owner of this mutex.
| |
inputMode:IConcurrentInputMode — The IConcurrentInputMode as owner of this mutex.
|
| release | () | method |
public function release():voidReleases this mutex.