PPL icon indicating copy to clipboard operation
PPL copied to clipboard

Implement FlightLoop<T> with XPLMCreateFlightLoop.

Open judemille opened this issue 2 years ago • 0 comments

Requires C++20. Handler kept as a member of the flight loop to ensure memory safety. Using templates with concepts rather than casting to abstract class, so that sizes are absolute. Marked abstract class Processor deprecated.

judemille avatar Nov 09 '23 15:11 judemille