Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-30 16:49:29 +03:00
parent 4ddd9a0ca7
commit 389c1f9934
2 changed files with 20 additions and 6 deletions

View File

@@ -1215,6 +1215,9 @@ static void Pointer_motion_notify(struct wl_listener *listener, void *data)
if (p->server->cman->cfg.input.mouse.invert_y) {
dy *= -1;
}
wlr_log(WLR_DEBUG, "cursor delta: %f,%f", dx, dy);
float const R = p->server->cman->cfg.space.radius;
float const g = 0.0005f;