mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-29 22:11:00 +00:00
10 lines
146 B
C#
10 lines
146 B
C#
|
namespace OpenTK.Platform.MacOS
|
|||
|
{
|
|||
|
enum NSApplicationActivationPolicy
|
|||
|
{
|
|||
|
Regular,
|
|||
|
Accessory,
|
|||
|
Prohibited,
|
|||
|
}
|
|||
|
}
|