Similar to focusclient
4XX4YR2C7535PZN4U7BZJ55F4ZHHOFPGJXGJMB2XUYEI6OKH5PFAC ZJSS4UDVHV6NYWHSI2U4CHCP46CKN3S5XJ3LL2KT4V6FFYHD5D2QC HWS332I73ETH3YIIOCQO7WB7VPQICME6GGXFJ7EUWDH5O3KA27QQC D64WESJYNP7BT2GW7BX6332GAXIWK72KRIBEKTE34ATA4APJMGNQC OYZELWD247C2GT4QAW6YECUCA2GRLG4VI25BMOZKOGNRKERPZ6AQC 7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC QIIHRSY26Q3QJQUIDTU4M4C5NGAW3NGDOKT5UVZBD25A6UVPQDPQC /* If surface is already focused, only notify of motion */if (surface && surface == seat->pointer_state.focused_surface) {wlr_seat_pointer_notify_motion(seat, time, sx, sy);
/* If surface is NULL, clear pointer focus */if (!surface) {wlr_seat_pointer_notify_clear_focus(seat);
/* If surface is NULL, clear pointer focus, otherwise let the client* know that the mouse cursor has entered one of its surfaces. */if (!surface) {wlr_seat_pointer_notify_clear_focus(seat);
/* If surface is already focused, only notify of motion */if (surface == seat->pointer_state.focused_surface) {wlr_seat_pointer_notify_motion(seat, time, sx, sy);