Re: pop up windows
Steven J Abner <[email protected]> Fri, 14 Feb 2025 12:24:22 -0500
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Feb 14 2025 at 04:27:39 PM +0000, Uli Schlachter <[email protected]> wrote: > Since I guess you do not care about the differences between different > input devices, you could just use a GrabPointer request for that. The problem I was having with xcb_grab_pointer() was/is that I was only receiving events with button continuously pressed, much like a dnd type event. I'll retry again. Maybe I need to be using MODE_SYNC instead of MODE_ASYNC? Could have also been wrong placement, maybe I need after button released? But thanks!!!!!!!!!!! But sounds like the mouse function like expected of setting focus. Thanks Steve