robiot / xclicker

XClicker - Fast gui autoclicker for x11 linux desktops
https://xclicker.xyz
GNU General Public License v3.0
480 stars 42 forks source link

Xclicker doesn't work in gtk applications #7

Closed KotoWhiskas closed 3 years ago

KotoWhiskas commented 3 years ago

It doesn't work with applications like nautilus or, for example, games, developed by gnome

robiot commented 3 years ago

Works on GTK applications with this. It just needs some further testing.

    XTestFakeButtonEvent(display, button, True, CurrentTime);
    XFlush(display);
    usleep(1);
    XTestFakeButtonEvent(display, button, False, CurrentTime);
    XFlush(display);
robiot commented 3 years ago

Should work now :)