1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 14:10:45 +00:00
msfs-popout-panel-manager/FsConnector/Enums.cs
2022-06-30 20:36:22 -04:00

28 lines
421 B
C#

namespace MSFSPopoutPanelManager.FsConnector
{
public enum SimConnectDefinition
{
SimConnectDataStruct
}
public enum NotificationGroup
{
GROUP0
}
public enum DataRequest
{
REQUEST_1
}
public enum SimConnectSystemEvent
{
FOURSECS,
SIMSTART,
SIMSTOP,
FLIGHTLOADED,
VIEW,
PAUSED,
NONE
};
}