Class Cocoa
Represents the Cocoa windowing driver
public sealed class Cocoa : IWindowingDriver
- Inheritance
-
Cocoa
- Implements
- Inherited Members
Remarks
This windowing backend is only available on Apple platforms (macOS, iOS, tvOS and watchOS).
Fields
Name
The name of the Cocoa windowing driver
public const string Name = "cocoa"
Field Value
Remarks
The value of this constant is equal to "cocoa".