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