BaseTouchPortalInterface Released on GitHub¶
I'm pleased to announce that I have just released 'BaseTouchPortalInterface' on GitHub.
This is a base interface class that can be easily extended using annotation with attributes to implement bespoke interfaces for Touch Portal plug-ins. All communications are handled for you, at the most basic level all you need to do is provide the handler methods for the various actions/connectors/lists implemented by your plug-in.
Full details are available at https://github.com/AthenaOfDelphi/basetouchportalinterface and you can read about using the interface here.