Class opt.scope
Creates temporary scopes for options.
Example: using(opt.scope.key()) { opt.key.KeySpeed=5; ... }
.
public static class opt.scope
Namespace: Au
Assembly: Au.dll
Methods
Name | Description |
---|---|
all(bool) | Creates temporary scope for all options. See example. |
key(bool) | Creates temporary scope for opt.key options. See example. |
mouse(bool) | Creates temporary scope for opt.mouse options. See example. |
warnings(bool) | Creates temporary scope for opt.warnings options. See example. |