Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

Commit fedbea322d51e0def79dab5840ed0bd22f8f9a74
Parent: 1d1d203986245d34ea2e908767c931ca51e8aa7d
Author: mcol <mcol@posteo.net>
Date: 2020-07-15 18:53:00 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-07-15 18:53:00 +0100

DEBUG: always print window entry coordinates

xoop.c Modified

@@ -149,6 +149,9 @@
 	    case XCB_ENTER_NOTIFY:
 	    entry = (xcb_enter_notify_event_t *)event;
 
+#ifdef DEBUG
+	    printf("%d, %d\n", entry->event_x, entry->event_y);
+#endif
 	    if (entry->event_x == 0) {
 		x = far_x;
 		y = entry->event_y;