Show / Hide Table of Contents

Class ToolkitOptions.MacOSOptions

macOS backend specific options.

Inheritance
object
ToolkitOptions.MacOSOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX