mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix: ignore warps on modes and shake
This commit is contained in:
parent
553dc93cc0
commit
55e8b316ce
14 changed files with 80 additions and 9 deletions
|
@ -16,6 +16,8 @@ class CShake {
|
|||
|
||||
/* calculates the new zoom factor for the current pos */
|
||||
double update(Vector2D pos);
|
||||
/* called when a cursor warp has happened (to avoid magnifying on warps) */
|
||||
void warp(Vector2D old, Vector2D pos);
|
||||
|
||||
private:
|
||||
/* tracks whether the current shake has already been announced in the ipc */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue