mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00
4 lines
315 B
C++
4 lines
315 B
C++
#include <hyprland/src/render/OpenGL.hpp>
|
|
#include <hyprland/src/helpers/math/Math.hpp>
|
|
|
|
void renderCursorTextureInternalWithDamage(SP<CTexture> tex, CBox* pBox, CRegion* damage, float alpha, SP<CSyncTimeline> waitTimeline, uint64_t waitPoint, Vector2D hotspot, bool nearest, float stretchAngle, Vector2D stretch);
|