feat: add dispatcher to trigger magnification

closes: #51
This commit is contained in:
Virt 2025-01-10 22:06:23 +01:00
commit 94eaf75d09
8 changed files with 80 additions and 2 deletions

View file

@ -43,6 +43,8 @@ class CDynamicCursors {
/* hook on move, indicate that next onCursorMoved is actual move */
void setMove();
void dispatchMagnify(std::optional<int> duration, std::optional<float> size);
private:
SP<CEventLoopTimer> tick;