Re: using libinput with glib's signal_timeout

2023-11-05 Thread Peter Hutterer
On Fri, Nov 03, 2023 at 11:12:27AM +0100, kyomawolf wrote: > Hey Guys, > currently I'm trying to use a libinput's eventloop. It used to work as a > standalone, but when I tried to put it into Glib::signal_timeout it seems to > not receive any events anymore. Do you know more about why this is hap

using libinput with glib's signal_timeout

2023-11-03 Thread kyomawolf
Hey Guys, currently I'm trying to use a libinput's eventloop. It used to work as a standalone, but when I tried to put it into Glib::signal_timeout it seems to not receive any events anymore. Do you know more about why this is happening? I put a simple example of what I mean in the attachment. Gr