-
Notifications
You must be signed in to change notification settings - Fork 29
Plugin Support
DCSFP supports plugins. DCSFP sends any panel events together with any keyboard key configs user has associated with the switch/knob.
There is a sample project located in the DCSFP repo named SamplePanelEventHandlerPlugin. PanelEventHandler1.cs and PanelEventHandler1.cs are sample plugins which shows how the plugin should be made. Remember to reference the MEF project in your plugin.
Plugin support must be activated via Options => Settings. DCSFP main UI will show all plugins found in a list in the bottom right edge of the UI. You can also choose to not have DCSFP send keyboard key events to the Windows API. This is useful if you have a plugin that will do this instead.
Just drop the MEF.dll and your plugin *.dll file into this folder and DCSFP will load it upon startup.
With your support, we're able to buy software/hardware related to these projects.