Class ToolkitOptions.MacOSOptions
macOS backend specific options.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public sealed class ToolkitOptions.MacOSOptions
Properties
ActiveAppOnStart
Makes this app active when calling Init(ToolkitOptions). This removes focus from other applications which might be what you want for games but for applications with only hidden windows, or tools this is not the expected behaviour. Defaults to true.
Declaration
public bool ActiveAppOnStart { get; set; }
Property Value
Type | Description |
---|---|
bool |