Show / Hide Table of Contents

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
Inheritance
object
opt.scope

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.