mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-28 16:05:32 +00:00
10 lines
146 B
C#
10 lines
146 B
C#
|
namespace OpenTK.Platform.MacOS
|
|||
|
{
|
|||
|
enum NSApplicationActivationPolicy
|
|||
|
{
|
|||
|
Regular,
|
|||
|
Accessory,
|
|||
|
Prohibited,
|
|||
|
}
|
|||
|
}
|