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/ActionEvent.cs
2022-04-25 11:26:28 -04:00

13 lines
256 B
C#

namespace MSFSPopoutPanelManager.FsConnector
{
public enum ActionEvent
{
KEY_MASTER_BATTERY_SET,
KEY_ALTERNATOR_SET,
KEY_AVIONICS_MASTER_SET,
KEY_AVIONICS_MASTER_2_SET,
LIGHT_POTENTIOMETER_2_SET
}
}