#include "globals.hpp" #include #include class CDynamicCursors; class CDynamicCursors { public: void render(CPointerManager* pointers, SP pMonitor, timespec* now, CRegion& damage, std::optional overridePos); private: double size = 10; // calculates the current angle of the cursor double calculate(Vector2D* pos); // this is the end of the virtual stick Vector2D end; }; inline std::unique_ptr g_pDynamicCursors;