#pragma once #include #include "launchercore.h" /* * The tablet-oriented (name to change), touch and gamepad-driven interface for Astra. The interface is * simpler due to size constraints. */ class TabletInterface { public: explicit TabletInterface(LauncherCore& core); private: QQmlApplicationEngine* applicationEngine = nullptr; };